class Illuminate / Http / Client / RequestException
You are viewing an older version of the documentation. For the latest, please visit master documentation.

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