appException() appException(\Exception|\Throwable $e) Exception Handler Parameters \Exception|\Throwable $e
appError() appError(integer $errno, integer $errstr, string $errfile = '', integer $errline) Error Handler Parameters integer $errno 错误编号 integer $errstr 详细错误信息 string $errfile 出错的文件 integer $errline 出错行号 Throws \think\exception\ErrorException
getExceptionHandler() getExceptionHandler() : \think\exception\Handle Get an instance of the exception handler. Returns \think\exception\Handle