public function CacheablePreconditionFailedHttpException::__construct in Drupal 8
Same name and namespace in other branches
- 9 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\ExceptionCode
public function __construct(CacheableDependencyInterface $cacheability, $message = NULL, \Exception $previous = NULL, $code = 0) {
  $this
    ->setCacheability($cacheability);
  parent::__construct($message, $previous, $code);
}