interface HttpExceptionInterface
Interface for HTTP error exceptions.
Methods
int | getStatusCode() Returns the status code. | |
array | getHeaders() Returns response headers. |
Details
int getStatusCode()
Returns the status code.
array getHeaders()
Returns response headers.
Please login to continue.