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