2023-04-11 00:59:00 +02:00
|
|
|
class HonAuthenticationError(Exception):
|
|
|
|
pass
|
2023-04-12 19:14:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
|
|
pass
|
2023-04-13 23:25:49 +02:00
|
|
|
|
|
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
|
|
pass
|
2023-06-09 02:09:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
class ApiError(Exception):
|
|
|
|
pass
|