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

Breadcrumb

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

function UnprocessableEntityHttpException::__construct

Overrides HttpException::__construct

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

File

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

Class

UnprocessableEntityHttpException
@author Steve Hutchins <hutchinsteve@gmail.com>

Namespace

Symfony\Component\HttpKernel\Exception

Code

public function __construct(string $message = '', ?\Throwable $previous = null, int $code = 0, array $headers = []) {
    parent::__construct(422, $message, $previous, $headers, $code);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal