Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
addException (Zend_TimeSync_Exception $exception) | |
get () | |
![]() | |
__construct ($msg='', $code=0, Exception $previous=null) | |
__call ($method, array $args) | |
__toString () | |
Protected Attributes | |
$_exceptions | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Definition at line 35 of file Exception.php.
addException | ( | Zend_TimeSync_Exception | $exception | ) |
Adds an exception to the exception list
Zend_TimeSync_Exception | $exception | New exteption to throw |
Definition at line 50 of file Exception.php.
get | ( | ) |
Returns an array of exceptions that were thrown
Definition at line 60 of file Exception.php.
|
protected |
Definition at line 42 of file Exception.php.