Baikal\Framework::exception_error_handler PHP Méthode

exception_error_handler() static public méthode

# Mapping PHP errors to exceptions; needed by SabreDAV
static public exception_error_handler ( $errno, $errstr, $errfile, $errline )
    static function exception_error_handler($errno, $errstr, $errfile, $errline)
    {
        throw new \ErrorException($errstr, 0, $errno, $errfile, $errline);
    }