mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 06:34:25 -04:00
14 lines
208 B
Python
14 lines
208 B
Python
class HonAuthenticationError(Exception):
|
|
pass
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
pass
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
pass
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
pass
|