miniflux-legacy/vendor/miniflux/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php
Frederic Guillot 5743ece654 Update PicoFeed
2017-06-11 21:08:00 -04:00

13 lines
183 B
PHP

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