HttpResponseException
class HttpResponseException extends RuntimeException (View source)
Properties
| protected Response | $response | The underlying response instance. | 
Methods
| void |  __construct(Response $response)  Create a new HTTP response exception instance.  |  |
| Response |  getResponse()  Get the underlying response instance.  |  
Details
void __construct(Response $response)
Create a new HTTP response exception instance.
Response getResponse()
Get the underlying response instance.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.1/Illuminate/Http/Exception/HttpResponseException.html