mirror of
https://github.com/tcsenpai/pyhOn.git
synced 2025-06-06 03:05:26 +00:00
19 lines
246 B
Python
19 lines
246 B
Python
class HonAuthenticationError(Exception):
|
|
pass
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
pass
|
|
|
|
|
|
class NoSessionException(Exception):
|
|
pass
|
|
|
|
|
|
class NoAuthenticationException(Exception):
|
|
pass
|
|
|
|
|
|
class ApiError(Exception):
|
|
pass
|