1<?php 2 3namespace Elastica\Exception; 4 5/** 6 * QueryBuilder exception. 7 * 8 * @author Manuel Andreo Garcia <andreo.garcia@googlemail.com> 9 */ 10class QueryBuilderException extends \RuntimeException implements ExceptionInterface 11{ 12} 13