class CurlException

cURL request exception

Hierarchy

Expanded class hierarchy of CurlException

1 file declares its use of CurlException

File

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

Namespace

Guzzle\Http\Exception
View source

Members

Namesort descending Modifiers Type Description Overrides
BadResponseException::$response private property
BadResponseException::factory public static function Factory method to create a new response exception based on the response code.
BadResponseException::getResponse public function Get the response that caused the exception
BadResponseException::setResponse public function Set the response that caused the exception
CurlException::$curlError private property
CurlException::$curlErrorNo private property
CurlException::$handle private property
CurlException::getCurlHandle public function Get the associated cURL handle
CurlException::getError public function Get the associated cURL error message
CurlException::getErrorNo public function Get the associated cURL error number
CurlException::setCurlHandle public function Set the associated curl handle
CurlException::setError public function Set the cURL error message
RequestException::$request protected property
RequestException::getRequest public function Get the request that caused the exception
RequestException::setRequest public function Set the request that caused the exception