PluginError constructor

PluginError(
  1. String message
)

Create a new PluginError.

Implementation

PluginError(this.message);