4 * @see https://github.com/laminas/laminas-stdlib for the canonical source repository
5 * @copyright https://github.com/laminas/laminas-stdlib/blob/master/COPYRIGHT.md
6 * @license https://github.com/laminas/laminas-stdlib/blob/master/LICENSE.md New BSD License
9 namespace Laminas\Stdlib\Exception;
12 * Bad method call exception
14 class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface