Error handler for the framework.
Replace the default PHP error handler
void
jErrorHandler
(integer $errno, string $errmsg, string $filename, integer $linenum, array $errcontext)
-
integer
$errno: error code
-
string
$errmsg: error message
-
string
$filename: filename where the error appears
-
integer
$linenum: line number where the error appears
-
array
$errcontext