aboutsummaryrefslogtreecommitdiff
path: root/cbc/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cbc/exceptions.py')
-rw-r--r--cbc/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py
index 7acf55f..dc6128f 100644
--- a/cbc/exceptions.py
+++ b/cbc/exceptions.py
@@ -2,4 +2,7 @@ class IncompleteEnv(Exception):
pass
class MetaDataError(Exception):
+ pass
+
+class CondaBuildError(Exception):
pass \ No newline at end of file