Initial commit of Gilbert, an advanced Django administration interface.
[philo.git] / contrib / gilbert / exceptions.py
1 class AlreadyRegistered(Exception):
2         pass
3
4
5 class NotRegistered(Exception):
6         pass