MissingConfigError constructor
MissingConfigError(
- String name
Implementation
MissingConfigError(this.name)
: super(
'An expected configuration value is missing.',
StackTrace.current,
);