summaryrefslogtreecommitdiff
path: root/jimbrella/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/exceptions.py')
-rw-r--r--jimbrella/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/jimbrella/exceptions.py b/jimbrella/exceptions.py
index 3162e02..2c62bc4 100644
--- a/jimbrella/exceptions.py
+++ b/jimbrella/exceptions.py
@@ -13,3 +13,9 @@ class UmbrellaStatusError(Exception):
"""
pass
+
+
+class UmbrellaValueError(Exception):
+ """For when an admin enters an invalid value when modifying the database."""
+
+ pass