error_handler_dbwriter

Implements \SYSTEM\LOG\error_handler

Error handler Class provided by System to log to the database.

Register this before every other handler, cuz this will need to handle every single error.

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.