miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php
2015-10-19 22:49:30 -04:00

13 lines
183 B
PHP

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