We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a5c68 commit bd42b92Copy full SHA for bd42b92
tarantool/msgpack_ext/unpacker.py
@@ -35,4 +35,4 @@ def ext_hook(code, data):
35
36
if code in decoders:
37
return decoders[code](data)
38
- raise NotImplementedError("Unknown msgpack type: %d" % (code,))
+ raise NotImplementedError("Unknown msgpack extension type code %d" % (code,))
0 commit comments