Home
last modified time | relevance | path

Searched refs:RingException (Results 1 – 8 of 8) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php6 use GuzzleHttp\Ring\Exception\RingException; alias
36 } catch (RingException $e) {
122 * @param RingException $e
126 private function createErrorResponse($url, RingException $e)
177 throw new RingException(trim($message));
284 throw new RingException("SSL CA bundle not found: $value");
291 throw new RingException('Invalid verify request option');
306 throw new RingException("SSL certificate not found: {$value}");
373 throw new RingException('stream_context must be an array');
H A DCurlFactory.php6 use GuzzleHttp\Ring\Exception\RingException; alias
127 : new RingException($message);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookGuzzleHttpClient.php31 use GuzzleHttp\Ring\Exception\RingException; alias
68 … if ($e->getPrevious() instanceof RingException || !$rawResponse instanceof ResponseInterface) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php5 use GuzzleHttp\Ring\Exception\RingException; alias
61 $this->error = new RingException('Waiting did not resolve future');
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Exception/
H A DRingException.php4 class RingException extends \RuntimeException {}; class
H A DConnectException.php7 class ConnectException extends RingException {}
H A DCancelledFutureAccessException.php4 class CancelledFutureAccessException extends RingException implements CancelledException {}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php44 use GuzzleHttp\Ring\Exception\RingException; alias
271 if ($response['error'] instanceof ConnectException || $response['error'] instanceof RingException) {