Fix unclear session errors

This commit is contained in:
Andre Basche 2023-04-12 19:14:14 +02:00
parent 33454f68b8
commit 970b94bfa7
4 changed files with 47 additions and 36 deletions

View file

@ -1,2 +1,6 @@
class HonAuthenticationError(Exception):
pass
class HonNoAuthenticationNeeded(Exception):
pass