PHP Class Contao\CoreBundle\Exception\ResponseException

Inheritance: extends RuntimeException
Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

Method Description
__construct ( Response $response, Exception $previous = null ) Constructor.
getResponse ( ) : Response Returns the response object.

Method Details

__construct() public method

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

getResponse() public method

Returns the response object.
public getResponse ( ) : Response
return Symfony\Component\HttpFoundation\Response