function CacheablePreconditionFailedHttpException::__construct

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php \Drupal\Core\Http\Exception\CacheablePreconditionFailedHttpException::__construct()
  2. 8.9.x core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php \Drupal\Core\Http\Exception\CacheablePreconditionFailedHttpException::__construct()
  3. 10 core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php \Drupal\Core\Http\Exception\CacheablePreconditionFailedHttpException::__construct()

File

core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php, line 19

Class

CacheablePreconditionFailedHttpException
A cacheable PreconditionFailedHttpException.

Namespace

Drupal\Core\Http\Exception

Code

public function __construct(CacheableDependencyInterface $cacheability, $message = '', ?\Exception $previous = NULL, $code = 0) {
    $this->setCacheability($cacheability);
    parent::__construct($message, $previous, $code);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.