X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/3d786c6d8c1bd3685ac328c7f4b811c13ea60e1a..61b73fe068172f02d6c47e2b5387161919ec9618:/philo/contrib/winer/exceptions.py diff --git a/philo/contrib/winer/exceptions.py b/philo/contrib/winer/exceptions.py new file mode 100644 index 0000000..e2045f9 --- /dev/null +++ b/philo/contrib/winer/exceptions.py @@ -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