Merge branch 'gilbert-ext4-murano' of git://github.com/lapilofu/philo into gilbert...
[philo.git] / philo / contrib / penfield / exceptions.py
1 class HttpNotAcceptable(Exception):
2         """This will be raised if an Http-Accept header will not accept the feed content types that are available."""
3         pass