mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-15 07:34:26 -04:00
Fix unclear session errors
This commit is contained in:
parent
33454f68b8
commit
970b94bfa7
4 changed files with 47 additions and 36 deletions
|
@ -1,2 +1,6 @@
|
|||
class HonAuthenticationError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class HonNoAuthenticationNeeded(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue