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