interface
Illuminate
/
Contracts
/
Debug
/
ExceptionHandler
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
ExceptionHandler
Methods
public
shouldReport ( Throwable $e ) : bool
Determine if the exception should be reported.
Parameters
- $e Throwable
public
render ( $request , Throwable $e ) : Symfony\...\Response
Render an exception into an HTTP response.