summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php b/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php
deleted file mode 100644
index 4aa8d87f2..000000000
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Reader/UnsupportedFeedFormatException.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-namespace PicoFeed\Reader;
-
-/**
- * UnsupportedFeedFormatException Exception.
- *
- * @author Frederic Guillot
- */
-class UnsupportedFeedFormatException extends ReaderException
-{
-}