summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnamlib/structurederror.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/structurederror.py b/obnamlib/structurederror.py
index 581a762e..01bbbcae 100644
--- a/obnamlib/structurederror.py
+++ b/obnamlib/structurederror.py
@@ -78,6 +78,7 @@ class StructuredError(Exception):
'''
def __init__(self, **kwargs):
+ Exception.__init__(self)
self.kwargs = kwargs
@property