|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getCurlHandle () | |
| getCurlInfo () | |
| getError () | |
| getErrorNo () | |
| setCurlHandle (CurlHandle $handle) | |
| setCurlInfo (array $info) | |
| setError ($error, $number) | |
Public Member Functions inherited from Guzzle\Http\Exception\RequestException | |
| getRequest () | |
| setRequest (RequestInterface $request) | |
Additional Inherited Members | |
Protected Attributes inherited from Guzzle\Http\Exception\RequestException | |
| $request | |
cURL request exception
Definition at line 10 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::getCurlHandle | ( | ) |
Get the associated cURL handle
Definition at line 52 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::getCurlInfo | ( | ) |
Returns curl information about the transfer
Definition at line 82 of file CurlException.php.
Referenced by Guzzle\Tests\Http\Curl\CurlMultiTest\testCurlErrorsAreCaught().
| Guzzle\Http\Exception\CurlException::getError | ( | ) |
Get the associated cURL error message
Definition at line 62 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::getErrorNo | ( | ) |
Get the associated cURL error number
Definition at line 72 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::setCurlHandle | ( | CurlHandle | $handle | ) |
Set the associated curl handle
| CurlHandle | $handle | Curl handle |
Definition at line 40 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::setCurlInfo | ( | array | $info | ) |
Set curl transfer information
| array | $info | Array of curl transfer information |
Definition at line 95 of file CurlException.php.
| Guzzle\Http\Exception\CurlException::setError | ( | $error, | |
| $number | |||
| ) |