SeaCogs/bible/errors.py

7 lines
86 B
Python
Raw Normal View History

class BibleAccessError(Exception):
pass
class Unauthorized(Exception):
pass