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

Breadcrumb

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

function PreconditionFailedHttpException::__construct

Overrides HttpException::__construct

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

File

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

Class

PreconditionFailedHttpException
@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(412, $message, $previous, $headers, $code);
}
RSS feed
Powered by Drupal