SHUTDOWN_EXCEPTION

Extends \SYSTEM\LOG\SYSTEM_ERROR_EXCEPTION

Shutdown Exception Class provided by System for logging Shutdown Exceptions.

All other error exception Classes are derived from this.

package

SYSTEM\LOG

Methods

Construct the Error

__construct(string $message = "", integer $code = 1, integer $severity, string $filename = "", integer $lineno, \Exception $previous = NULL) 
inherited

Arguments

$message

string

Error Message

$code

integer

Error Code

$severity

integer

Severity of the Error

$filename

string

Filename where the Error occurred

$lineno

integer

Line number where the Error occurred

$previous

\Exception

Previous Error leading to this one.

Properties

bool Variable to store if the Exception was logged already

logged : 
inherited

Type(s)