ApplicationException.php
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
Request holds the request values that are used as input to Controller instances.
Definition: Request.php:18
__construct(Request $request, Response $response, ApplicationError $error)
Constructor.
Definition: ApplicationException.php:34
ApplicationError is used to signal errors that occur while processing a request.
Definition: ApplicationError.php:41
ApplicationException signals a general application exception.
Definition: ApplicationException.php:22