\App\ExceptionsHandler

Summary

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

Properties

$dontReport

$dontReport : array

A list of the exception types that are not reported.

Type

array

$dontFlash

$dontFlash : array

A list of the inputs that are never flashed for validation exceptions.

Type

array

Methods

register()

register() : void

Register the exception handling callbacks for the application.

render()

render(\Illuminate\Http\Request  $request, \Throwable  $e) : \Illuminate\Http\JsonResponse

Render an exception into an HTTP response.

Parameters

\Illuminate\Http\Request $request
\Throwable $e

Returns

\Illuminate\Http\JsonResponse