Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct ($message='unknown exception', $code='00000', Exception $e=null) | |
![]() | |
__construct ($message='', $code=0, Exception $e=null) | |
hasChainedException () | |
getChainedException () | |
![]() | |
__construct ($msg='', $code=0, Exception $previous=null) | |
__call ($method, array $args) | |
__toString () | |
Protected Attributes | |
$code = '00000' | |
$message = 'unknown exception' | |
![]() | |
$_chainedException = null | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Definition at line 36 of file Exception.php.
__construct | ( | $message = 'unknown exception' , |
|
$code = '00000' , |
|||
Exception | $e = null |
||
) |
Definition at line 41 of file Exception.php.
|
protected |
Definition at line 38 of file Exception.php.
|
protected |
Definition at line 39 of file Exception.php.