X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/f7ea1694cd74b49f8220e422291830a758521824..ac4596780e153ed1d9e46c98a2179eaeed7b034e:/contrib/penfield/exceptions.py diff --git a/contrib/penfield/exceptions.py b/contrib/penfield/exceptions.py new file mode 100644 index 0000000..96b96ed --- /dev/null +++ b/contrib/penfield/exceptions.py @@ -0,0 +1,3 @@ +class HttpNotAcceptable(Exception): + """This will be raised if an Http-Accept header will not accept the feed content types that are available.""" + pass \ No newline at end of file