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