Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/laminas/laminas-feed/src/Reader/Exception/
Upload File :
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
{
}