mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 20:33:17 +00:00
ExtraData should be UnpackValueError
This commit is contained in:
parent
e15085db03
commit
d90008d4f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue