package od;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import nb.g;

/* JADX INFO: loaded from: classes.dex */
public class b {
    public void a(Throwable th, Throwable th2) throws IllegalAccessException, InvocationTargetException {
        g.i(th, "cause");
        g.i(th2, "exception");
        Method method = a.f31480a;
        if (method != null) {
            method.invoke(th, th2);
        }
    }

    public vd.c b() {
        return new vd.b();
    }
}
