Improve logging for authentication errors

This commit is contained in:
Andre Basche 2023-04-11 00:59:00 +02:00
parent e857fe91de
commit b4b782c52c
4 changed files with 46 additions and 29 deletions

2
pyhon/exceptions.py Normal file
View file

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