FileAccess Orion

HttpExceptionInterface extends Throwable

Interface for HTTP error exceptions.

Tags
author

Kris Wallsmith kris@symfony.com

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>

Response headers

getStatusCode()

Returns the status code.

public getStatusCode() : int
Return values
int

An HTTP response status code

Search results