Towards A1 v1.0.0
[ric-plt/a1.git] / a1 / exceptions.py
index b924292..1362b2a 100644 (file)
@@ -27,6 +27,10 @@ class PolicyTypeNotFound(BaseException):
     """a policy type instance cannot be found"""
 
 
+class PolicyTypeAlreadyExists(BaseException):
+    """a policy type already exists and replace not supported at this time"""
+
+
 class MissingRmrString(BaseException):
     pass