class HttpResponseException extends RuntimeException (View source)

Methods

void
__construct( Response $response)

Create a new HTTP response exception instance.

Response
getResponse()

Get the underlying response instance.

Details

at line line 23
void __construct( Response $response)

Create a new HTTP response exception instance.

Parameters

Response $response

Return Value

void

at line line 33
Response getResponse()

Get the underlying response instance.

Return Value

Response