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