Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
hasChainedException () | |
getChainedException () | |
![]() | |
__construct ($msg='', $code=0, Exception $previous=null) | |
__call ($method, array $args) | |
__toString () | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Definition at line 37 of file Exception.php.
getChainedException | ( | ) |
Definition at line 52 of file Exception.php.
hasChainedException | ( | ) |
Check if this general exception has a specific database driver specific exception nested inside.
Definition at line 44 of file Exception.php.