summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php')
-rw-r--r--3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php b/3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php
new file mode 100644
index 000000000..11f898648
--- /dev/null
+++ b/3rdparty/fguillot/picofeed/lib/PicoFeed/PicoFeedException.php
@@ -0,0 +1,15 @@
+<?php
+
+namespace PicoFeed;
+
+use Exception;
+
+/**
+ * PicoFeedException Exception
+ *
+ * @author Frederic Guillot
+ * @package exception
+ */
+abstract class PicoFeedException extends Exception
+{
+}