Merge branch 'release/0.9.1'
[philo.git] / philo / contrib / winer / exceptions.py
diff --git a/philo/contrib/winer/exceptions.py b/philo/contrib/winer/exceptions.py
new file mode 100644 (file)
index 0000000..e2045f9
--- /dev/null
@@ -0,0 +1,3 @@
+class HttpNotAcceptable(Exception):
+       """This will be raised in :meth:`.FeedView.get_feed_type` if an Http-Accept header will not accept any of the feed content types that are available."""
+       pass
\ No newline at end of file