Zend Framework
1.12
|
Public Member Functions | |
__construct ($msg= '', $code=0, Exception $previous=null) | |
Construct the exception. | |
__call ($method, array $args) | |
Overloading. | |
__toString () | |
String representation of the exception. | |
Protected Member Functions | |
_getPrevious () | |
Returns previous Exception. | |
__construct | ( | $msg = '' , |
|
$code = 0 , |
|||
Exception | $previous = null |
||
) |
Construct the exception.
string | $msg | |
int | $code | |
Exception | $previous |
__call | ( | $method, | |
array | $args | ||
) |
Overloading.
For PHP < 5.3.0, provides access to the getPrevious() method.
string | $method | |
array | $args |
__toString | ( | ) |
String representation of the exception.
|
protected |
Returns previous Exception.