Get the request that caused the exception
Return value
RequestInterface
File
- drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php, line 37
Class
- RequestException
- Http request exception
Namespace
Guzzle\Http\Exception
Code
public function getRequest() {
return $this->request;
}