Contao\CoreBundle\Exception\AjaxRedirectResponseException::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( string $location, integer $status = 302, Exception $previous = null )
$location string
$status integer
$previous Exception
    public function __construct($location, $status = 302, \Exception $previous = null)
    {
        parent::__construct(new Response($location, $status, ['X-Ajax-Location' => $location]), $previous);
    }
AjaxRedirectResponseException