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