NoSuchConfigurationAggregatorException constructor
Implementation
NoSuchConfigurationAggregatorException({String? type, String? message})
: super(
type: type,
code: 'NoSuchConfigurationAggregatorException',
message: message);