package org.greenrobot.eventbus; /* loaded from: classes2.dex */ public final class SubscriberExceptionEvent { public final Throwable a; public final Object b; public final Object c; public SubscriberExceptionEvent(EventBus eventBus, Throwable th, Object obj, Object obj2) { this.a = th; this.b = obj; this.c = obj2; } }