SeaCogs/bible/errors.py
SeaswimmerTheFsh 9e2697b08b
All checks were successful
Actions / Lint Code (Pylint) (push) Successful in 16s
Actions / Build Documentation (MkDocs) (push) Successful in 12s
fix(bible): added errors and debug logging
2024-02-01 19:10:05 -05:00

6 lines
86 B
Python

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