FeatureConfigurationNotFound constructor

FeatureConfigurationNotFound([
  1. String message = 'Feature configuration not found'
])

Implementation

FeatureConfigurationNotFound(
    [String message = 'Feature configuration not found']) {
  this._message = message;
}