PluginLoadException constructor

PluginLoadException(
  1. String message, [
  2. Exception? parent
])

Implementation

PluginLoadException(this.message, [this.parent]);