SeaCogs/bible/errors.py

6 lines
86 B
Python

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