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

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

Constructor.
public __construct ( string $location, integer $status = 303, Exception $previous = null )
$location string
$status integer
$previous Exception
    public function __construct($location, $status = 303, \Exception $previous = null)
    {
        parent::__construct(new RedirectResponse($location, $status), $previous);
    }
RedirectResponseException