interface HttpExceptionInterface

Interface for HTTP error exceptions.

@author Kris Wallsmith <kris@symfony.com>

Hierarchy

Expanded class hierarchy of HttpExceptionInterface

All classes that implement HttpExceptionInterface

4 files declare their use of HttpExceptionInterface

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php, line 19

Namespace

Symfony\Component\HttpKernel\Exception
View source

Members

Namesort descending Modifiers Type Description Overrides
HttpExceptionInterface::getHeaders public function Returns response headers. 1
HttpExceptionInterface::getStatusCode public function Returns the status code. 1