<?php namespace Elastica\Exception; /** * QueryBuilder exception. * * @author Manuel Andreo Garcia <andreo.garcia@googlemail.com> */ class QueryBuilderException extends \RuntimeException implements ExceptionInterface { }