public function CurlException::getCurlHandle

Get the associated cURL handle

Return value

CurlHandle|null

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/CurlException.php, line 52

Class

CurlException
cURL request exception

Namespace

Guzzle\Http\Exception

Code

public function getCurlHandle() {
  return $this->handle;
}