package com.google.android.datatransport.runtime.synchronization;

/* JADX INFO: loaded from: classes.dex */
public class SynchronizationException extends RuntimeException {
    public SynchronizationException(String str, Throwable th) {
        super(str, th);
    }
}
