2023-04-10 16:59:00 -06:00
|
|
|
class HonAuthenticationError(Exception):
|
|
|
|
pass
|
2023-04-12 11:14:14 -06:00
|
|
|
|
|
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
|
|
pass
|
2023-04-13 15:25:49 -06:00
|
|
|
|
|
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
|
|
pass
|