SYSTEM_ERROR_EXCEPTION

Extends \ErrorException

System Exception Class provided by System for logging all kinds of System 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) 

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 : 

Type(s)