SeaCogs/bible/errors.py

11 lines
124 B
Python
Raw Normal View History

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