composer package updates
[openemr.git] / vendor / zendframework / zend-server / src / Reflection / Exception / ExceptionInterface.php
blobc2cb4ec092dd0f6569d429b74ba72e1efc0bf46f
1 <?php
2 /**
3 * @see https://github.com/zendframework/zend-server 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-server/blob/master/LICENSE.md New BSD License
6 */
8 namespace Zend\Server\Reflection\Exception;
10 use Zend\Server\Exception\ExceptionInterface as Exception;
12 /**
13 * Zend\Server\Reflection exceptions
15 interface ExceptionInterface extends Exception