summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php
blob: 7d4df080e22424e71cb1a8961f115e4499ef6779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace PicoFeed\Reader;

/**
 * UnsupportedFeedFormatException Exception
 *
 * @author  Frederic Guillot
 * @package Reader
 */
class UnsupportedFeedFormatException extends ReaderException
{
}