PAGI\Application\PAGIApplication::errorHandler PHP Method

errorHandler() abstract public method

Your error handler. Be careful when implementing this one.
abstract public errorHandler ( integer $type, string $message, string $file, integer $line ) : boolean
$type integer PHP Error type constant.
$message string Human readable error message string.
$file string File that triggered the error.
$line integer Line that triggered the error.
return boolean
    public abstract function errorHandler($type, $message, $file, $line);