We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15085d commit d90008dCopy full SHA for d90008d
1 file changed
msgpack/exceptions.py
@@ -14,7 +14,7 @@ class UnpackValueError(UnpackException, ValueError):
14
pass
15
16
17
-class ExtraData(ValueError):
+class ExtraData(UnpackValueError):
18
def __init__(self, unpacked, extra):
19
self.unpacked = unpacked
20
self.extra = extra
0 commit comments