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

Class InvalidStringException

src/fallback/umsgpack/umsgpack.py:166–168  ·  view source on GitHub ↗

Invalid UTF-8 string encountered during unpacking.

Source from the content-addressed store, hash-verified

164
165
166class InvalidStringException(UnpackException):
167 "Invalid UTF-8 string encountered during unpacking."
168 pass
169
170
171class ReservedCodeException(UnpackException):

Callers 1

_unpack_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected