class
Handler implements
ExceptionHandler (View source)
Methods
void
__construct(
LoggerInterface $log)
Create a new exception handler instance.
Details
void
__construct(
LoggerInterface $log)
Create a new exception handler instance.
Report or log an exception.
Determine if the exception should be reported.
Render an exception into a response.
void
renderForConsole(
OutputInterface $output,
Exception $e)
Render an exception to the console.