MsgPackOverflowError constructor
MsgPackOverflowError(
- Object? object
Builds a MsgPackOverflowError
object
: The object that cannot be serialized.
Implementation
MsgPackOverflowError(super.object);
Builds a MsgPackOverflowError
object
: The object that cannot be serialized.MsgPackOverflowError(super.object);