composer package updates
[openemr.git] / vendor / zendframework / zend-server / src / Reflection / Exception / BadMethodCallException.php
blobd3c66696080bf7d47feb2bed280544a6caed8f7a
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;
12 class BadMethodCallException extends Exception\BadMethodCallException implements ExceptionInterface