|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for Slim\Exception\SlimException:
Collaboration diagram for Slim\Exception\SlimException:Public Member Functions | |
| __construct (ServerRequestInterface $request, ResponseInterface $response) | |
| Create new exception. More... | |
| getRequest () | |
| Get request. More... | |
| getResponse () | |
| Get response. More... | |
Protected Attributes | |
| $request | |
| $response | |
Stop Exception.
This Exception is thrown when the Slim application needs to abort processing and return control flow to the outer PHP script.
Definition at line 21 of file SlimException.php.
| Slim\Exception\SlimException::__construct | ( | ServerRequestInterface | $request, |
| ResponseInterface | $response | ||
| ) |
Create new exception.
| ServerRequestInterface | $request | |
| ResponseInterface | $response |
Definition at line 43 of file SlimException.php.
References Slim\Exception\SlimException\$request, and Slim\Exception\SlimException\$response.
| Slim\Exception\SlimException::getRequest | ( | ) |
Get request.
Definition at line 55 of file SlimException.php.
References Slim\Exception\SlimException\$request.
| Slim\Exception\SlimException::getResponse | ( | ) |
Get response.
Definition at line 65 of file SlimException.php.
References Slim\Exception\SlimException\$response.
|
protected |
Definition at line 28 of file SlimException.php.
Referenced by Slim\Exception\SlimException\__construct(), Slim\Exception\MethodNotAllowedException\__construct(), and Slim\Exception\SlimException\getRequest().
|
protected |
Definition at line 35 of file SlimException.php.
Referenced by Slim\Exception\SlimException\__construct(), Slim\Exception\MethodNotAllowedException\__construct(), and Slim\Exception\SlimException\getResponse().