From 9d6c4cd01740ee13a53abe2dd2fd2a41a605a7a6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 23 Jun 2015 09:28:51 -0400 Subject: Initial commit of exceptions.py --- cbc/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cbc/exceptions.py (limited to 'cbc/exceptions.py') 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 -- cgit