git.ithinksw.org
/
philo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'gilbert' of git://github.com/lapilofu/philo into gilbert
[philo.git]
/
contrib
/
gilbert
/
exceptions.py
1
class AlreadyRegistered(Exception):
2
pass
3
4
5
class NotRegistered(Exception):
6
pass