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