Open Journal Systems
3.3.0
|
Public Member Functions | |
getCurlHandle () | |
getCurlInfo () | |
getError () | |
getErrorNo () | |
setCurlHandle (CurlHandle $handle) | |
setCurlInfo (array $info) | |
setError ($error, $number) | |
![]() | |
getRequest () | |
setRequest (RequestInterface $request) | |
Additional Inherited Members | |
![]() | |
$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 | |||
) |