appException() appException(\Exception|\Throwable $e) : void 异常处理 Parameters \Exception|\Throwable $e 异常
appError() appError(int $errno, int $errstr, string $errfile = '', int $errline) : void 错误处理 Parameters int $errno 错误编号 int $errstr 详细错误信息 string $errfile 出错的文件 int $errline 出错行号 Throws \think\exception\ErrorException
getExceptionHandler() getExceptionHandler() : \think\exception\Handle 获取异常处理的实例 Returns \think\exception\Handle —