diff --git a/server/exceptions.py b/server/exceptions.py new file mode 100644 index 0000000..9ecbd4f --- /dev/null +++ b/server/exceptions.py @@ -0,0 +1,2 @@ +class NotAuthorisedException(Exception): + pass \ No newline at end of file