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\ExceptionCode
public function __construct(string $message = '', ?\Throwable $previous = null, int $code = 0, array $headers = []) {
parent::__construct(410, $message, $previous, $headers, $code);
}