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

13 lines
183 B
PHP
Raw Normal View History

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