Zend Framework
1.12
|
Public Member Functions | |
__construct ($message, $usage= '') | |
Constructor. | |
getUsageMessage () | |
Returns the usage. | |
![]() | |
__construct ($msg= '', $code=0, Exception $previous=null) | |
Construct the exception. | |
__call ($method, array $args) | |
Overloading. | |
__toString () | |
String representation of the exception. | |
Protected Attributes | |
$usage = '' | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
__construct | ( | $message, | |
$usage = '' |
|||
) |
Constructor.
string | $message | |
string | $usage |
getUsageMessage | ( | ) |
Returns the usage.
|
protected |