PHP Class Contao\CoreBundle\Exception\RedirectResponseException

Inheritance: extends ResponseException
Mostra file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
__construct ( string $location, integer $status = 303, Exception $previous = null ) Constructor.

Method Details

__construct() public method

Constructor.
public __construct ( string $location, integer $status = 303, Exception $previous = null )
$location string
$status integer
$previous Exception