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