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