1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-05-16 08:04:25 -04:00
pyhOn/pyhon/exceptions.py
2023-06-09 02:09:20 +02:00

18 lines
246 B
Python

class HonAuthenticationError(Exception):
pass
class HonNoAuthenticationNeeded(Exception):
pass
class NoSessionException(Exception):
pass
class NoAuthenticationException(Exception):
pass
class ApiError(Exception):
pass