NetCoreSyncServerSyncIdInfoOverlappedException constructor

NetCoreSyncServerSyncIdInfoOverlappedException(
  1. List<String> overlappedSyncIds
)

Implementation

NetCoreSyncServerSyncIdInfoOverlappedException(this.overlappedSyncIds)
    : super(
          "The following syncIds are overlapped and currently synchronizing: "
          "${overlappedSyncIds.join(", ")}");