Home
last modified time | relevance | path

Searched refs:NotFoundException (Results 1 – 7 of 7) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResponse.php5 use Elastica\Exception\NotFoundException; alias
148 } catch (NotFoundException $e) {
271 * @throws NotFoundException
280 throw new NotFoundException('Unable to find the field [took]from the response');
289 * @throws NotFoundException
298 throw new NotFoundException('Unable to find the field [_shards] from the response');
307 * @throws NotFoundException
316 throw new NotFoundException('Unable to find the field [_scroll_id] from the response');
H A DSnapshot.php7 use Elastica\Exception\NotFoundException;
58 * @throws NotFoundException
69 throw new NotFoundException("Repository '".$name."' does not exist.");
119 * @throws NotFoundException
130 throw new NotFoundException("Snapshot '".$name."' does not exist in repository '".$repository."'.");
5 use Elastica\Exception\NotFoundException; global() alias
H A DIndex.php10 use Elastica\Exception\NotFoundException;
288 * @throws NotFoundException
303 throw new NotFoundException('doc id '.$id.' not found');
332 throw new NotFoundException('Doc id "'.$id.'" not found and can not be deleted');
7 use Elastica\Exception\NotFoundException; global() alias
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DNotFoundException.php10 class NotFoundException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php7 use Elastica\Exception\NotFoundException;
91 throw new NotFoundException('Index '.$this->getIndex()->getName().' not found');
5 use Elastica\Exception\NotFoundException; global() alias
/plugin/elasticsearch/action/
H A Dindexing.php142 } catch (\Elastica\Exception\NotFoundException $e) {
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existing document [#1732](https://github.com/ruflin/Elastica/pull/1732)
1199 - Updated Type::getDocument() exception handling. \Elastica\Exception\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES response contains any error (i.e: Missing index) (BC break) [#687](https://github.com/ruflin/Elastica/issues/687/)