Searched refs:RingException (Results 1 – 8 of 8) sorted by relevance
6 use GuzzleHttp\Ring\Exception\RingException; alias 36 } catch (RingException $e) {122 * @param RingException $e126 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');
6 use GuzzleHttp\Ring\Exception\RingException; alias 127 : new RingException($message);
31 use GuzzleHttp\Ring\Exception\RingException; alias68 … if ($e->getPrevious() instanceof RingException || !$rawResponse instanceof ResponseInterface) {
5 use GuzzleHttp\Ring\Exception\RingException; alias 61 $this->error = new RingException('Waiting did not resolve future');
4 class RingException extends \RuntimeException {}; class
7 class ConnectException extends RingException {}
4 class CancelledFutureAccessException extends RingException implements CancelledException {}
44 use GuzzleHttp\Ring\Exception\RingException; alias 271 if ($response['error'] instanceof ConnectException || $response['error'] instanceof RingException) {