summaryrefslogtreecommitdiff
path: root/msgpack/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack/exceptions.py')
-rw-r--r--msgpack/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/exceptions.py b/msgpack/exceptions.py
index e982079..bb12264 100644
--- a/msgpack/exceptions.py
+++ b/msgpack/exceptions.py
@@ -14,7 +14,7 @@ class UnpackValueError(UnpackException, ValueError):
pass
-class ExtraData(ValueError):
+class ExtraData(UnpackValueError):
def __init__(self, unpacked, extra):
self.unpacked = unpacked
self.extra = extra