Searched refs:QueryBuilderException (Results 1 – 3 of 3) sorted by relevance
5 use Elastica\Exception\QueryBuilderException; alias36 * @throws QueryBuilderException44 throw new QueryBuilderException('undefined '.$this->_dsl->getType().' "'.$name.'"');50 …throw new QueryBuilderException($this->_dsl->getType().' "'.$name.'" in '.$reflection->getShortNam…
5 use Elastica\Exception\QueryBuilderException; alias43 * @throws QueryBuilderException48 throw new QueryBuilderException('DSL "'.$dsl.'" not supported');
10 class QueryBuilderException extends \RuntimeException implements ExceptionInterface class