composer package updates
[openemr.git] / vendor / zendframework / zend-uri / src / Exception / ExceptionInterface.php
blob06d5b7f754b44154431b0ec21ba09da4aff1b78a
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-uri 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-uri/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Uri\Exception;
10 /**
11 * Exception for Zend\Uri
13 interface ExceptionInterface