Zend Framework
1.12
|
Public Member Functions | |
addException (Zend_TimeSync_Exception $exception) | |
Adds an exception to the exception list. | |
get () | |
Returns an array of exceptions that were thrown. | |
![]() | |
__construct ($msg= '', $code=0, Exception $previous=null) | |
Construct the exception. | |
__call ($method, array $args) | |
Overloading. | |
__toString () | |
String representation of the exception. | |
Protected Attributes | |
$_exceptions | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
addException | ( | Zend_TimeSync_Exception | $exception | ) |
Adds an exception to the exception list.
Zend_TimeSync_Exception | $exception | New exteption to throw |
get | ( | ) |
Returns an array of exceptions that were thrown.
|
protected |