PHP Class Common\Exception\RedirectException

Inheritance: extends Exception
Show file Open project: forkcms/forkcms Class Usage Examples

Protected Properties

Property Type Description
$response

Public Methods

Method Description
__construct ( $message, Response $response, Exception $previous = null )
getResponse ( ) : Response Get the associated response

Method Details

__construct() public method

public __construct ( $message, Response $response, Exception $previous = null )
$response Symfony\Component\HttpFoundation\Response
$previous Exception

getResponse() public method

Get the associated response
public getResponse ( ) : Response
return Symfony\Component\HttpFoundation\Response

Property Details

$response protected property

protected $response