MsgPackUnsupportedObjectError constructor
Builds a MsgPackUnsupportedObjectError
unsupportedObject
: The unsupported objectcause
: The exception thrown
Implementation
MsgPackUnsupportedObjectError(this.unsupportedObject, {this.cause});
Builds a MsgPackUnsupportedObjectError
unsupportedObject
: The unsupported objectcause
: The exception thrownMsgPackUnsupportedObjectError(this.unsupportedObject, {this.cause});