package com.google.android.datatransport.runtime.synchronization;
/* loaded from: classes2.dex */
public class SynchronizationException extends RuntimeException {
    public SynchronizationException(String str, Throwable th) {
        super(str, th);
    }
}
