Documentation

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>

Search results