ConfigurationError constructor

ConfigurationError(
  1. Type type,
  2. String message
)

Implementation

ConfigurationError(this.type, this.message);