PHP Class Contao\CoreBundle\Exception\AjaxRedirectResponseException

Inheritance: extends ResponseException
显示文件 Open project: contao/core-bundle Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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