OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/joypy/Thun
[joypy/Thun.git] / joy / utils / errors.py
1 class NotAListError(Exception): pass
2 class NotAnIntError(Exception): pass
3 class StackUnderflowError(Exception): pass
4
5