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\ExceptionCode
public function __construct(string $message = '', ?\Throwable $previous = null, int $code = 0, array $headers = []) {
parent::__construct(411, $message, $previous, $headers, $code);
}