composer package updates
[openemr.git] / vendor / zendframework / zend-tag / src / Exception / ExceptionInterface.php
blobf015fe32b2d416434f90a30858081f679062e338
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-tag for the canonical source repository
4 * @copyright Copyright (c) 2005-2018 Zend Technologies USA Inc. (https://www.zend.com)
5 * @license https://github.com/zendframework/zend-tag/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Tag\Exception;
10 /**
11 * Exception interface for Zend\Tag
13 interface ExceptionInterface