ElasticsearchException.php 341 B

12345678910111213141516
  1. <?php
  2. namespace Elasticsearch\Common\Exceptions;
  3. /**
  4. * Generic Exception interface
  5. *
  6. * @category Elasticsearch
  7. * @package Elasticsearch\Common\Exceptions
  8. * @author Zachary Tong <zach@elastic.co>
  9. * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
  10. * @link http://elastic.co
  11. */
  12. interface ElasticsearchException
  13. {
  14. }