public EnforcedResponseException::__construct(Response $response, $message = "", $code = 0, \Exception $previous = NULL)
Constructs a new enforced response exception.
Parameters
\Symfony\Component\HttpFoundation\Response $response: The response to be enforced.
string $message: (optional) The exception message.
int $code: (optional) A user defined exception code.
\Exception $previous: (optional) The previous exception for nested exceptions
File
core/lib/Drupal/Core/Form/EnforcedResponseExceptio