This website requires JavaScript.
Explore
Discord Server
Help
Sign in
cswimr
/
SeaCogs
Watch
1
Star
1
Fork
You've already forked SeaCogs
1
Code
Issues
11
Pull requests
10
Projects
1
Packages
1
Wiki
Activity
Actions
6df92da12f
SeaCogs
/
bible
/
errors.py
11 lines
124 B
Python
Raw
Normal View
History
Unescape
Escape
fix(bible): added errors and debug logging
2024-02-01 19:10:05 -05:00
class
BibleAccessError
(
Exception
)
:
pass
class
Unauthorized
(
Exception
)
:
pass
fix(bible): added error message for if a passage cannot be found
2024-02-01 19:25:02 -05:00
class
NotFound
(
Exception
)
:
pass
Reference in a new issue
Copy permalink