Merge branch 'master' into gilbert
[philo.git] / contrib / gilbert / exceptions.py
1 class AlreadyRegistered(Exception):
2         pass
3
4
5 class NotRegistered(Exception):
6         pass