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

13 lines
185 B
PHP
Raw Normal View History

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