15 lines
217 B
Python
15 lines
217 B
Python
class StreamerDoesNotExistException(Exception):
|
|
pass
|
|
|
|
|
|
class StreamerIsOfflineException(Exception):
|
|
pass
|
|
|
|
|
|
class WrongCookiesException(Exception):
|
|
pass
|
|
|
|
|
|
class BadCredentialsException(Exception):
|
|
pass
|