3 * @see https://github.com/zendframework/zend-loader 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-loader/blob/master/LICENSE.md New BSD License
8 namespace Zend\Loader\Exception
;
10 require_once __DIR__
. '/ExceptionInterface.php';
12 class BadMethodCallException
extends \BadMethodCallException
implements