PHP Class Contao\CoreBundle\Exception\AjaxRedirectResponseException

Inheritance: extends ResponseException
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $location, integer $status = 302, Exception $previous = null ) Constructor.

Method Details

__construct() public méthode

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