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

report ( Throwable $e ) : void

Report or log an exception.

Parameters

public

shouldReport ( Throwable $e ) : bool

Determine if the exception should be reported.

Parameters

public

render ( $request , Throwable $e ) : Symfony\...\Response

Render an exception into an HTTP response.

Parameters

public

renderForConsole ( $output , Throwable $e ) : void

Render an exception to the console.

Parameters

  • $output Symfony\...\OutputInterface
  • $e Throwable