|
| __construct ($msg= '', $code=0, Exception $previous=null) |
| Construct the exception.
|
|
| __call ($method, array $args) |
| Overloading.
|
|
| __toString () |
| String representation of the exception.
|
|
static | handleSessionStartError ($errno, $errstr, $errfile, $errline, $errcontext) |
| handleSessionStartError() - interface for set_error_handler()
|
|
static | handleSilentWriteClose ($errno, $errstr, $errfile, $errline, $errcontext) |
| handleSilentWriteClose() - interface for set_error_handler()
|
|
static | $sessionStartError = null |
|
| _getPrevious () |
| Returns previous Exception.
|
|