MsgPackUnsupportedObjectError constructor

MsgPackUnsupportedObjectError(
  1. Object? unsupportedObject, {
  2. Object? cause,
})

Builds a MsgPackUnsupportedObjectError

Implementation

MsgPackUnsupportedObjectError(this.unsupportedObject, {this.cause});