miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatExcept...

13 lines
202 B
PHP
Raw Normal View History

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