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

namespace PicoFeed\Reader;

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