miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php

14 lines
201 B
PHP

<?php
namespace PicoFeed\Reader;
/**
* SubscriptionNotFoundException Exception
*
* @author Frederic Guillot
* @package Reader
*/
class SubscriptionNotFoundException extends ReaderException
{
}