blob: dd77847ee29a14194b3731a7cc8bef67dbc19d20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
namespace PicoFeed\Reader;
/**
* SubscriptionNotFoundException Exception.
*
* @author Frederic Guillot
*/
class SubscriptionNotFoundException extends ReaderException
{
}
|