summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index d110296d..121c9431 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -17,6 +17,14 @@
'''Baserock library.'''
+import cliapp
+
+
+class Error(cliapp.AppException):
+
+ '''Base for all morph exceptions that cause user-visible messages.'''
+
+
import artifact
import artifactresolver
import bins