summaryrefslogtreecommitdiff
path: root/obnamlib/structurederror.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/structurederror.py')
-rw-r--r--obnamlib/structurederror.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py
index 01bbbcae..f320194c 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -77,6 +77,8 @@ class StructuredError(Exception):
'''
+ msg = None
+
def __init__(self, **kwargs):
Exception.__init__(self)
self.kwargs = kwargs