$app
$app : \think\App
系统异常处理类
$app : \think\App
__construct(\think\App $app)
| \think\App | $app |
render(\think\Request $request, \Throwable $e) : \think\Response
Render an exception into an HTTP response.
| \think\Request | $request | |
| \Throwable | $e |
renderForConsole(\think\console\Output $output, \Throwable $e)
| \think\console\Output | $output | |
| \Throwable | $e |
renderHttpException(\think\exception\HttpException $e) : \think\Response
| \think\exception\HttpException | $e |
convertExceptionToResponse(\Throwable $exception) : \think\Response
| \Throwable | $exception |