X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b1187c750167bfbdb0c50f62923d11ad77d26a34..4a170a70ed8171fc66d9d139df5f7be5208d838c:/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