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/
H A DNoDocumentsToGetException.php21 class NoDocumentsToGetException extends ServerErrorResponseException implements ElasticsearchException class
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php31 use Elasticsearch\Common\Exceptions\NoDocumentsToGetException; alias
722 $exception = new NoDocumentsToGetException($exception->getMessage(), $statusCode, $exception);