Shutdown Exception Class provided by System for logging Shutdown Exceptions.
All other error exception Classes are derived from this.
| package |
SYSTEM\LOG |
|---|
__construct(string $message = "", integer $code = 1, integer $severity, string $filename = "", integer $lineno, \Exception $previous = NULL)
stringError Message
integerError Code
integerSeverity of the Error
stringFilename where the Error occurred
integerLine number where the Error occurred
\ExceptionPrevious Error leading to this one.
logged :