summaryrefslogtreecommitdiffstats
path: root/dashboard/src/dashboard/exceptions.py
diff options
context:
space:
mode:
authorSawyer Bergeron <sawyerbergeron@gmail.com>2019-02-11 12:54:42 -0500
committerParker Berberian <pberberian@iol.unh.edu>2019-03-01 13:15:45 -0500
commit8f005b94ab8f1687c25e4633589ca6a74b7233cd (patch)
tree977ba9cb90bd022178e3ddf27d6e5721f3581c47 /dashboard/src/dashboard/exceptions.py
parent06cc79f770b40e9d0d7a5e9872f176c7f93971e7 (diff)
Add test utils and tests for quick booking
Change-Id: Ie76c6fe26622ca8363055b8ebbe0dc6deaed5824 Signed-off-by: Sawyer Bergeron <sawyerbergeron@gmail.com> Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
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