package org.greenrobot.eventbus;

/* JADX INFO: compiled from: SubscriberExceptionEvent.java */
/* JADX INFO: loaded from: classes.dex */
public final class k {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final c f3370a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Throwable f3371b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final Object f3372c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final Object f3373d;

    public k(c cVar, Throwable th, Object obj, Object obj2) {
        this.f3370a = cVar;
        this.f3371b = th;
        this.f3372c = obj;
        this.f3373d = obj2;
    }
}
