PluginError constructor

PluginError(
  1. String msg,
  2. Object inner
)

Implementation

PluginError(this.msg, this.inner);