FeatureNotFound constructor

FeatureNotFound([
  1. String? message
])

Implementation

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