Public Member Functions | |
__construct ($message=null, $code=0) |
Definition at line 37 of file Exception.php.
__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 |
Definition at line 49 of file Exception.php.