HttpResponseException
class HttpResponseException extends RuntimeException
Methods
__construct(Response $response, Throwable|null $previous = null)
Create a new HTTP response exception instance.
Response
getResponse()
Get the underlying response instance.
Details
at line 16
__construct(Response $response, Throwable|null $previous = null)
Create a new HTTP response exception instance.
at line 26
Response
getResponse()
Get the underlying response instance.