Final A1 V1.0.0 Release (but 1.1.0 to come)
[ric-plt/a1.git] / a1 / exceptions.py
index be113ba..c76e9f2 100644 (file)
@@ -19,6 +19,10 @@ Custom Exceptions
 """
 
 
+class CantDeleteNonEmptyType(BaseException):
+    """tried to delete a type that isn't empty"""
+
+
 class PolicyInstanceNotFound(BaseException):
     """a policy instance cannot be found"""