Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. GoneHttpException.php

function GoneHttpException::__construct

Overrides HttpException::__construct

2 calls to GoneHttpException::__construct()
CacheableGoneHttpException::__construct in core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
CacheableGoneHttpException::__construct in core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
1 method overrides GoneHttpException::__construct()
CacheableGoneHttpException::__construct in core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php

File

vendor/symfony/http-kernel/Exception/GoneHttpException.php, line 19

Class

GoneHttpException
@author Ben Ramsey <ben@benramsey.com>

Namespace

Symfony\Component\HttpKernel\Exception

Code

public function __construct(string $message = '', ?\Throwable $previous = null, int $code = 0, array $headers = []) {
    parent::__construct(410, $message, $previous, $headers, $code);
}
RSS feed
Powered by Drupal