mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-03-23 18:25:12 +00:00
15 lines
208 B
Python
15 lines
208 B
Python
class HonAuthenticationError(Exception):
|
|
pass
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
pass
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
pass
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
pass
|