summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php')
-rw-r--r--3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php b/3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php
new file mode 100644
index 000000000..1121fdf0e
--- /dev/null
+++ b/3rdparty/fguillot/picofeed/lib/PicoFeed/Reader/SubscriptionNotFoundException.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace PicoFeed\Reader;
+
+/**
+ * SubscriptionNotFoundException Exception
+ *
+ * @author Frederic Guillot
+ * @package Reader
+ */
+class SubscriptionNotFoundException extends ReaderException
+{
+}