Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/
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');
DSnapshot.php7 use Elastica\Exception\NotFoundException; alias
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."'."…
DIndex.php10 use Elastica\Exception\NotFoundException; alias
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');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DNotFoundException.php10 class NotFoundException extends \RuntimeException implements ExceptionInterface class
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
DSettings.php7 use Elastica\Exception\NotFoundException; alias
91 throw new NotFoundException('Index '.$this->getIndex()->getName().' not found');
/plugin/elasticsearch/action/
Dindexing.php5 use Elastica\Exception\NotFoundException; alias
152 } catch (NotFoundException $e) {
/plugin/elasticsearch/vendor/ruflin/elastica/
DCHANGELOG.md317 * The method `Index::deleteById()` does not throw an `NotFoundException` when deleting a non-existi…
1199 …ion\ResponseException will be thrown instead of \Elastica\Exception\NotFoundException if the ES re…