error_handler

Extends

Error handler Interface provided by System to derive your own loghandlers from.

package

SYSTEM\LOG

Methods

Call function to handle exceptions

CALL(\Exception $E, boolean $thrown) : boolean
static

Arguments

$E

\Exception

Thrown Execption to be handled

$thrown

boolean

Was the Exception thrown?

Response

boolean

Returns true or false.