mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 06:34:25 -04:00
6 lines
105 B
Python
6 lines
105 B
Python
class HonAuthenticationError(Exception):
|
|
pass
|
|
|
|
|
|
class HonNoAuthenticationNeeded(Exception):
|
|
pass
|