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

Breadcrumb

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

function CacheableUnprocessableEntityHttpException::__construct

Overrides UnprocessableEntityHttpException::__construct

File

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

Class

CacheableUnprocessableEntityHttpException
A cacheable UnprocessableEntityHttpException.

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);
}
RSS feed
Powered by Drupal