public function CurlException::getCurlInfo

Returns curl information about the transfer

Return value

array

File

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

Class

CurlException
cURL request exception

Namespace

Guzzle\Http\Exception

Code

public function getCurlInfo() {
  return $this->curlInfo;
}