ExceptionHandlerInterface
in
Table of Contents
Methods
- handle() : void
- Determines the correct way to display the error.
Methods
handle()
Determines the correct way to display the error.
public
handle(Throwable $exception, RequestInterface $request, ResponseInterface $response, int $statusCode, int $exitCode) : void
Parameters
- $exception : Throwable
- $request : RequestInterface
- $response : ResponseInterface
- $statusCode : int
- $exitCode : int