ExperimentConfigurationNotFound constructor

ExperimentConfigurationNotFound([
  1. String message = 'Experiment configuration not found'
])

Implementation

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