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