MsgPackUnsupportedObjectError constructor

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

Builds a MsgPackUnsupportedObjectError

  • unsupportedObject: The unsupported object
  • cause: The exception thrown

Implementation

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