feat: add custom exceptions file

This commit is contained in:
2026-03-02 18:54:11 +00:00
parent 1f6d92b1a8
commit 6d8f2fa4e0

2
server/exceptions.py Normal file
View File

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