2023-04-11 04:29:00 +05:30
|
|
|
class HonAuthenticationError(Exception):
|
|
|
|
pass
|
2023-04-12 22:44:14 +05:30
|
|
|
|
|
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
|
|
pass
|
2023-04-14 02:55:49 +05:30
|
|
|
|
|
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
|
|
pass
|
|
|
|
|
|
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
|
|
pass
|
2023-06-09 05:39:20 +05:30
|
|
|
|
|
|
|
|
|
|
|
class ApiError(Exception):
|
|
|
|
pass
|