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