jimu-decompiled/sources/org/greenrobot/eventbus/SubscriberExceptionEvent.java
2025-05-13 19:24:51 +02:00

15 lines
367 B
Java

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;
}
}