QueryBuilderException.php 227 B

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