$render
$render :
重写Handle的render方法,实现自定义异常消息 Class ExceptionHandler
render(\Exception $e) : \think\Response|\think\response\Json
输出异常信息
\Exception | $e |
renderForConsole(\think\console\Output $output, \Exception $e)
\think\console\Output | $output | |
\Exception | $e |
renderHttpException(\think\exception\HttpException $e) : \think\Response
\think\exception\HttpException | $e |
convertExceptionToResponse(\Exception $exception) : \think\Response
\Exception | $exception |