aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcbc/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/cbc/exceptions.py b/cbc/exceptions.py
new file mode 100755
index 0000000..7acf55f
--- /dev/null
+++ b/cbc/exceptions.py
@@ -0,0 +1,5 @@
+class IncompleteEnv(Exception):
+ pass
+
+class MetaDataError(Exception):
+ pass \ No newline at end of file