2023-04-10 22:59:00 +00:00
|
|
|
class HonAuthenticationError(Exception):
|
|
|
|
pass
|
2023-04-12 17:14:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
|
|
pass
|
2023-04-13 21:25:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
|
|
pass
|