Exception
class Exception
Methods
Create a new exception renderer instance.
Get the exception title.
Get the exception message.
Get the exception class name.
Get the exception code.
Get the HTTP status code.
Get the previous exceptions in the chain.
Get the exception's frames.
Get the exception's frames grouped by vendor status.
Get the request's headers.
Get the request's body parameters.
Get the application's route context.
Get the application's route parameters context.
Get the application's SQL queries.
Details
at line 23
__construct(FlattenException $exception, Request $request, Listener $listener, string $basePath)
Create a new exception renderer instance.
at line 34
string
title()
Get the exception title.
at line 42
string
message()
Get the exception message.
at line 50
string
class()
Get the exception class name.
at line 58
int|string
code()
Get the exception code.
at line 66
int
httpStatusCode()
Get the HTTP status code.
at line 76
Collection
previousExceptions()
Get the previous exceptions in the chain.
at line 88
Collection
frames()
Get the exception's frames.
at line 141
array
frameGroups()
Get the exception's frames grouped by vendor status.
at line 164
Request
request()
Get the exception's request instance.
at line 174
array
requestHeaders()
Get the request's headers.
at line 184
string|null
requestBody()
Get the request's body parameters.
at line 200
array
applicationRouteContext()
Get the application's route context.
at line 216
string|null
applicationRouteParametersContext()
Get the application's route parameters context.
at line 231
array
applicationQueries()
Get the application's SQL queries.