From 6d8f2fa4e0456d3ad0df72ceb0f6c88102626600 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 2 Mar 2026 18:54:11 +0000 Subject: [PATCH] feat: add custom exceptions file --- server/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 server/exceptions.py 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