class Illuminate / Http / Client / RequestException
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

RequestException

Extends

Properties

public

$response Response

The response instance.

Default: null

Methods

public

__construct ( Response $response ) : void

Create a new exception instance.

Parameters

protected

prepareMessage ( Response $response ) : string

Prepare the exception message.

Parameters