mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
Split _msgpack.pyx
This commit is contained in:
parent
eec02b8729
commit
b79e5ba4e5
5 changed files with 407 additions and 382 deletions
|
@ -21,3 +21,9 @@ class ExtraData(ValueError):
|
|||
|
||||
def __str__(self):
|
||||
return "unpack(b) recieved extra data."
|
||||
|
||||
class PackException(Exception):
|
||||
pass
|
||||
|
||||
class PackValueError(PackException, ValueError):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue