InnoBundleError constructor

InnoBundleError(
  1. String message
)

Creates an error with the given message.

Implementation

InnoBundleError(this.message);