MCPcopy Create free account
hub / github.com/Bitmessage/PyBitmessage / InsufficientDataException

Class InsufficientDataException

src/fallback/umsgpack/umsgpack.py:161–163  ·  view source on GitHub ↗

Insufficient data to unpack the serialized object.

Source from the content-addressed store, hash-verified

159
160# Unpacking error
161class InsufficientDataException(UnpackException):
162 "Insufficient data to unpack the serialized object."
163 pass
164
165
166class InvalidStringException(UnpackException):

Callers 1

_read_exceptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected