- <?php
- namespace Elasticsearch\Common\Exceptions;
- /**
- * Generic Exception interface
- *
- * @category Elasticsearch
- * @package Elasticsearch\Common\Exceptions
- * @author Zachary Tong <zach@elastic.co>
- * @license http://www.apache.org/licenses/LICENSE-2.0 Apache2
- * @link http://elastic.co
- */
- interface ElasticsearchException
- {
- }
|