96b96edd922dc02ebb973f7c02a205d01cf71fa9
[philo.git] / philo / contrib / winer / 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