Zend Framework
1.12
|
Public Member Functions | |
__construct ($message=null, $code=0) | |
Constructor. | |
![]() | |
__construct ($message= '', $code=0, Exception $e=null) | |
hasChainedException () | |
getChainedException () | |
Additional Inherited Members | |
![]() | |
_getPrevious () | |
Returns previous Exception. | |
![]() | |
$_chainedException = null | |
__construct | ( | $message = null , |
|
$code = 0 |
|||
) |
Constructor.
If $message is an array, the assumption is that the return value of sqlsrv_errors() was provided. If so, it then retrieves the most recent error from that stack, and sets the message and code based on it.
null | array | string | $message | |
null | int | $code |