class
Illuminate
/
Http
/
Exceptions
/
HttpResponseException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
HttpResponseException
Extends
Properties
protected
$response Symfony\...\Response
The underlying response instance.
Default: null
Methods
public
__construct ( Symfony\...\Response $response ) : void
Create a new HTTP response exception instance.
Parameters
- $response Symfony\...\Response
public
getResponse ( ) : Symfony\...\Response
Get the underlying response instance.