update
This commit is contained in:
14
TwitchChannelPointsMiner/classes/Exceptions.py
Normal file
14
TwitchChannelPointsMiner/classes/Exceptions.py
Normal file
@ -0,0 +1,14 @@
|
||||
class StreamerDoesNotExistException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class StreamerIsOfflineException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class WrongCookiesException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class BadCredentialsException(Exception):
|
||||
pass
|
||||
Reference in New Issue
Block a user