Méthode | Description | |
---|---|---|
appError ( integer $errno, integer $errstr, string $errfile = '', integer $errline, array $errcontext = [] ) | Error Handler | |
appException ( Exception | Throwable $e ) | Exception Handler | |
appShutdown ( ) | Shutdown Handler | |
getExceptionHandler ( ) : |
Get an instance of the exception handler. | |
register ( ) : void | 注册异常处理 |
Méthode | Description | |
---|---|---|
isFatal ( integer $type ) : boolean | 确定错误类型是否致命 |
public static appException ( Exception | Throwable $e ) | ||
$e | Exception | Throwable |
public static getExceptionHandler ( ) : |
||
Résultat |