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