biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
MessagePackException
bio
std
hts
thirdparty
msgpack
MessagePackException
is a root Exception for MessagePack related operation.
@
trusted
class
MessagePackException : Exception {
this
(string message);
}
Constructors
this
this
(string message)
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
thirdparty
msgpack
aliases
Packer
classes
MessagePackException
UnpackException
functions
pack
packer
registerPackHandler
registerUnpackHandler
unpack
manifest constants
EnableReal
mixin templates
DefineDictionalPacker
DefinePacker
InternalBuffer
MessagePackable
structs
PackerImpl
RefBuffer
StreamingUnpacker
Unpacked
Unpacker
Value
iovec
nonPacked
templates
isPackedField
MessagePackException is a root Exception for MessagePack related operation.