summaryrefslogtreecommitdiff
path: root/heat/common/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/common/exception.py')
-rw-r--r--heat/common/exception.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/common/exception.py b/heat/common/exception.py
index ecb809eb5..c4184a69b 100644
--- a/heat/common/exception.py
+++ b/heat/common/exception.py
@@ -568,3 +568,7 @@ class InvalidTemplateVersions(HeatException):
class UnableToAutoAllocateNetwork(HeatException):
msg_fmt = _('Unable to automatically allocate a network: %(message)s')
+
+
+class CircularDependencyException(HeatException):
+ msg_fmt = _("Circular Dependency Found: %(cycle)s")