pyhOn/pyhon/exceptions.py
2023-04-12 19:14:50 +02:00

7 lines
105 B
Python

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