package h.v.d;

import h.x.d.k;

/* JADX INFO: compiled from: JDK7PlatformImplementations.kt */
/* JADX INFO: loaded from: classes.dex */
public class a extends h.v.a {
    @Override // h.v.a
    public void a(Throwable th, Throwable th2) {
        k.d(th, "cause");
        k.d(th2, "exception");
        th.addSuppressed(th2);
    }
}
