This website requires JavaScript.
Explore
Discord Server
Help
Register
Sign in
maxigames
/
SeaCogs
Watch
1
Star
0
Fork
You've already forked SeaCogs
0
forked from
blizzthewolf/SeaCogs
Code
Pull requests
Activity
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
Copy permalink