<?php
/**
* @see https://github.com/laminas/laminas-mvc-i18n for the canonical source repository
* @copyright https://github.com/laminas/laminas-mvc-i18n/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-mvc-i18n/blob/master/LICENSE.md New BSD License
*/
namespace Laminas\Mvc\I18n\Exception;
class BadMethodCallException extends \BadMethodCallException implements ExceptionInterface
{
}