interface
Illuminate
/
Contracts
/
Debug
/
ExceptionHandler
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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.