HttpResponseException
extends RuntimeException
in package
Table of Contents
- $response : Response
- The underlying response instance.
- __construct() : void
- Create a new HTTP response exception instance.
- getResponse() : Response
- Get the underlying response instance.
Properties
$response
The underlying response instance.
protected
Response
$response
Methods
__construct()
Create a new HTTP response exception instance.
public
__construct(Response $response) : void
Parameters
- $response : Response
Return values
void —getResponse()
Get the underlying response instance.
public
getResponse() : Response