Handler
class Handler implements ExceptionHandler (View source)
Methods
void | __construct(Container $container) Create a new exception handler instance. | |
void | report(Exception $e) Report or log an exception. | |
bool | shouldReport(Exception $e) Determine if the exception should be reported. | |
Response | render(Request $request, Exception $e) Render an exception into a response. | |
void | renderForConsole(OutputInterface $output, Exception $e) Render an exception to the console. |
Please login to continue.