Class Handler
- Illuminate\Foundation\Exceptions\Handler
-
App\Exceptions\Handler
public
|
|
public
Illuminate\Http\Response
|
protected
array
|
$dontReport
A list of the exception types that should not be reported. |
#
[
HttpException::class,
ModelNotFoundException::class,
]
|