SYSTEM_EXCEPTION

Extends \Exception

System Exception Class provided by System for logging all kinds of System Exceptions.

All other log Classes are derived from this.

package

SYSTEM\LOG

Methods

Construct the Error

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

Arguments

$message

string

Error Message

$code

integer

Error Code

$previous

\Exception

Previous Error leading to this one.

Properties

bool Variable to store if the Exception was logged already

logged : 

Type(s)

bool Variable to store if the Exceptions was logged as Todo

todo_logged : 

Type(s)