You are here

public function RequestException::getRequest in Lockr 7.3

Get the request that caused the exception

Return value

RequestInterface

File

vendor/guzzlehttp/guzzle/src/Exception/RequestException.php, line 178

Class

RequestException
HTTP Request exception

Namespace

GuzzleHttp\Exception

Code

public function getRequest() {
  return $this->request;
}