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