class
ExceptionHandler implements
ExceptionHandler
Methods
void
render(
Request $request,
Throwable $e)
<p>Render an exception into an HTTP response.</p>
Details
__construct(LoggerInterface $logger)
<p>Report or log an exception.</p>
void
render(Request $request, Throwable $e)
<p>Render an exception into an HTTP response.</p>
void
renderForConsole(OutputInterface $output, Throwable $e)
<p>Render an exception to the console.</p>
<p>Determine if the exception should be reported.</p>