HttpExceptionInterface
extends
Throwable
in
Interface for HTTP error exceptions.
Tags
Table of Contents
- getHeaders() : array<string|int, mixed>
- Returns response headers.
- getStatusCode() : int
- Returns the status code.
Methods
getHeaders()
Returns response headers.
public
getHeaders() : array<string|int, mixed>
Return values
array<string|int, mixed> —getStatusCode()
Returns the status code.
public
getStatusCode() : int