HttpResponseException (Http\Exception)

HttpResponseException

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