MsRewards/modules/error.py

5 lines
71 B
Python
Raw Normal View History

class Banned(Exception):
pass
class NotBanned(Exception):
pass