7 lines
212 B
Java
7 lines
212 B
Java
|
package com.google.common.eventbus;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface SubscriberExceptionHandler {
|
||
|
void handleException(Throwable th, SubscriberExceptionContext subscriberExceptionContext);
|
||
|
}
|