Home
last modified time | relevance | path

Searched refs:NoDocumentsToGetException (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/
DNoDocumentsToGetException.php21 class NoDocumentsToGetException extends ServerErrorResponseException implements ElasticsearchExcept… class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
DConnection.php31 use Elasticsearch\Common\Exceptions\NoDocumentsToGetException; alias
722 … $exception = new NoDocumentsToGetException($exception->getMessage(), $statusCode, $exception);