Public Member Functions | |
__construct ($message=null, $code=null, Exception $chainedException=null) | |
hasChainedException () | |
getChainedException () | |
Protected Attributes | |
$_chainedException = null |
Definition at line 37 of file Exception.php.
__construct | ( | $ | message = null , |
$ | code = null , |
||
Exception $ | chainedException = null |
||
) |
string | $message | |
string | int | $code | |
Exception | $chainedException |
Definition at line 49 of file Exception.php.
getChainedException | ( | ) |
Definition at line 69 of file Exception.php.
hasChainedException | ( | ) |
Check if this general exception has a specific database driver specific exception nested inside.
Definition at line 61 of file Exception.php.