interface HttpExceptionInterface
Interface for HTTP error exceptions.
int | getStatusCode() Returns the status code. | |
array | getHeaders() Returns response headers. |
Returns the status code.
int | An HTTP response status code |
Returns response headers.
array | Response headers |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.html