Searched refs:TransportException (Results 1 – 10 of 10) sorted by relevance
22 use Elasticsearch\Common\Exceptions\TransportException; alias24 class CouldNotResolveHostException extends TransportException implements ElasticsearchException
22 use Elasticsearch\Common\Exceptions\TransportException; alias24 class CouldNotConnectToHost extends TransportException implements ElasticsearchException
22 use Elasticsearch\Common\Exceptions\TransportException; alias24 class OperationTimeoutException extends TransportException implements ElasticsearchException
51 general `TransportException`. So you could instead catch the general 52 `TransportException` and then check it's previous value:63 } catch (Elasticsearch\Common\Exceptions\TransportException $e) {
21 class TransportException extends \Exception implements ElasticsearchException class
21 class MaxRetriesException extends TransportException implements ElasticsearchException
21 class ClientErrorResponseException extends TransportException implements ElasticsearchException
21 class ServerErrorResponseException extends TransportException implements ElasticsearchException
37 use Elasticsearch\Common\Exceptions\TransportException; alias311 $exception = new TransportException($response['error']->getMessage());487 } catch (TransportException $exception) {
24 use Elasticsearch\Common\Exceptions\TransportException; alias