Overview

Namespaces

  • App
    • Console
      • Commands
    • Events
    • Exceptions
    • Http
      • Controllers
        • Auth
      • Middleware
      • Requests
    • Jobs
    • Providers

Classes

  • Handler
  • Overview
  • Namespace
  • Class

Class Handler

Illuminate\Foundation\Exceptions\Handler
Extended by App\Exceptions\Handler
Namespace: App\Exceptions
Located at Exceptions/Handler.php
Methods summary
public
# report( Exception $e )

Report or log an exception.

Report or log an exception.

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

Parameters

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

Render an exception into an HTTP response.

Render an exception into an HTTP response.

Parameters

$request
$e

Returns

Illuminate\Http\Response
Properties summary
protected array $dontReport

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

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

# [ HttpException::class, ModelNotFoundException::class, ]
API documentation generated by ApiGen