aboutsummaryrefslogtreecommitdiffstats
path: root/src/dashboard/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/exceptions.py')
-rw-r--r--src/dashboard/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dashboard/exceptions.py b/src/dashboard/exceptions.py
index 9c16a06..7111bf8 100644
--- a/src/dashboard/exceptions.py
+++ b/src/dashboard/exceptions.py
@@ -50,3 +50,7 @@ class InvalidVlanConfigurationException(Exception):
class NetworkExistsException(Exception):
pass
+
+
+class BookingLengthException(Exception):
+ pass