composer package updates
[openemr.git] / vendor / zendframework / zend-server / src / Exception / ExceptionInterface.php
blob9fe54bf80317d1e560fca1f29b5df7be083fa3a2
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\Exception;
10 /**
11 * Zend\Server exceptions
13 interface ExceptionInterface