ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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(), and Slim\Exception\SlimException\getRequest().
|
protected |
Definition at line 35 of file SlimException.php.
Referenced by Slim\Exception\SlimException\__construct(), and Slim\Exception\SlimException\getResponse().