Yaf_Exception (class)
Yaf_Exception类
介绍
(Yaf >=1.0.0)
类简介
Yaf
_
Exception
extends Exception
{
/ *继承的属性* /
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* 方法 */
public __construct ( void )
public void getPrevious ( void )
/ *继承的方法* /
final public string Exception::getMessage ( void )
final public Throwable Exception::getPrevious ( void )
final public mixed Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}
目录
- Yaf_Exception :: __construct - __construct的用途
- Yaf_Exception :: getPrevious - getPrevious目的
← Yaf_Session::__wakeup
Yaf_Exception::__construct →