git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected FeedView handling of incorrect Accept headers. Will now actually return...
[philo.git]
/
contrib
/
penfield
/
exceptions.py
diff --git a/contrib/penfield/exceptions.py
b/contrib/penfield/exceptions.py
new file mode 100644
(file)
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