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

Breadcrumb

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

function LengthRequiredHttpException::__construct

Overrides HttpException::__construct

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

File

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

Class

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