Enables containerized overcloud deployments
[apex.git] / apex / builders / exceptions.py
diff --git a/apex/builders/exceptions.py b/apex/builders/exceptions.py
new file mode 100644 (file)
index 0000000..b88f02b
--- /dev/null
@@ -0,0 +1,12 @@
+##############################################################################
+# Copyright (c) 2018 Tim Rozet (trozet@redhat.com) and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
+class ApexCommonBuilderException(Exception):
+    pass