diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-03-01 18:18:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-01 18:18:43 +0000 |
commit | 382853e398c144235beee96fe33bf7404a524f69 (patch) | |
tree | 2a3d951aba041d85940046553e695a46ecf24c83 /src/dashboard/exceptions.py | |
parent | c04dcca919cc89d04daa73d570a42134829a91d8 (diff) | |
parent | c23bdfcb145c4934d55c8ab0d1d32ccfe2ac62fa (diff) |
Merge "Add test utils and tests for quick booking"
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 |