mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-01-25 23:53:45 +01:00
7 lines
105 B
Python
7 lines
105 B
Python
class HonAuthenticationError(Exception):
|
|
pass
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
pass
|