\Evaluation\ExceptionsHandler

Summary

Methods
Properties
Constants
report()
render()
No public properties found
No constants found
No protected methods found
$dontReport
N/A
No private methods found
No private properties found
N/A

Properties

$dontReport

$dontReport : array

A list of the exception types that should not be reported.

Type

array

Methods

report()

report(\Exception  $e) : void

Report or log an exception.

This is a great spot to send exceptions to Sentry, Bugsnag, etc.

Parameters

\Exception $e

render()

render(\Illuminate\Http\Request  $request, \Exception  $e) : \Illuminate\Http\Response

Render an exception into an HTTP response.

Parameters

\Illuminate\Http\Request $request
\Exception $e

Returns

\Illuminate\Http\Response