git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'release' of git://github.com/melinath/philo into release/0.9.1
[philo.git]
/
philo
/
contrib
/
winer
/
exceptions.py
1
class HttpNotAcceptable(Exception):
2
"""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."""
3
pass