mirror of
https://github.com/Andre0512/pyhOn.git
synced 2024-11-24 06:40:12 +01: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
|