Home
last modified time | relevance | path

Searched refs:QueryBuilderException (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
DFacade.php5 use Elastica\Exception\QueryBuilderException; alias
36 * @throws QueryBuilderException
44 throw new QueryBuilderException('undefined '.$this->_dsl->getType().' "'.$name.'"');
50 …throw new QueryBuilderException($this->_dsl->getType().' "'.$name.'" in '.$reflection->getShortNam…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DQueryBuilder.php5 use Elastica\Exception\QueryBuilderException; alias
43 * @throws QueryBuilderException
48 throw new QueryBuilderException('DSL "'.$dsl.'" not supported');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
DQueryBuilderException.php10 class QueryBuilderException extends \RuntimeException implements ExceptionInterface class