PAGI\Application\PAGIApplication::errorHandler PHP Метод

errorHandler() абстрактный публичный Метод

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.
Результат boolean
    public abstract function errorHandler($type, $message, $file, $line);