SeaCogs/bible/errors.py

10 lines
124 B
Python

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