MultipleScriptCommandException constructor

MultipleScriptCommandException(
  1. String cause,
  2. String command
)

Implementation

MultipleScriptCommandException(this.cause, this.command);