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