| Current Path : /home/rtorresani/www/vendor/laminas/laminas-feed/src/Reader/Exception/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-feed/src/Reader/Exception/BadMethodCallException.php |
<?php
declare(strict_types=1);
namespace Laminas\Feed\Reader\Exception;
use Laminas\Feed\Exception;
class BadMethodCallException extends Exception\BadMethodCallException implements ExceptionInterface
{
}