mirror of
https://github.com/Xevion/unbelievaselfbot.git
synced 2025-12-08 06:08:51 -06:00
module init, helpers class, custom exceptions
This commit is contained in:
14
bot/exceptions.py
Normal file
14
bot/exceptions.py
Normal file
@@ -0,0 +1,14 @@
|
||||
class UnbelievableException(BaseException):
|
||||
pass
|
||||
|
||||
|
||||
class BlackjackException(UnbelievableException):
|
||||
pass
|
||||
|
||||
|
||||
class NoAceValue(BlackjackException):
|
||||
pass
|
||||
|
||||
|
||||
class IndetermineValue(BlackjackException):
|
||||
pass
|
||||
Reference in New Issue
Block a user