diff options
author | Sawyer Bergeron <sawyerbergeron@gmail.com> | 2019-02-11 12:54:42 -0500 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-03-01 13:15:45 -0500 |
commit | c23bdfcb145c4934d55c8ab0d1d32ccfe2ac62fa (patch) | |
tree | c29366bf48002421e2be61a0a477af40f44df76c /src/dashboard/exceptions.py | |
parent | e858a658aa9594949ec3b357253b34c7489d623d (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 'src/dashboard/exceptions.py')
-rw-r--r-- | src/dashboard/exceptions.py | 4 |
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 |