1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-01-11 20:45:27 +00:00
pyhOn/pyhon/exceptions.py
2023-04-13 23:35:43 +02:00

15 lines
208 B
Python

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