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);