"""Base class for some exceptions raised while unpacking.
NOTE: unpack may raise exception other than subclass of
UnpackException. If you want to catch all error, catch
Exception instead.
"""
pass
pass
"""Invalid msgpack format"""
"""Too nested"""
# Deprecated. Use ValueError instead
=
"""ExtraData is raised when there is trailing data.
This exception is raised while only one-shot (not streaming)
unpack.
"""
=
=
return
# Deprecated. Use Exception instead to catch all exception during packing.
=
=
=