what-the-bank/sources/kotlinx/coroutines/CoroutineExceptionHandler.java

19 lines
501 B
Java

package kotlinx.coroutines;
import o.InterfaceC14912gbn;
/* loaded from: classes.dex */
public interface CoroutineExceptionHandler extends InterfaceC14912gbn.Sts {
public static final HBt b = HBt.b;
void handleException(InterfaceC14912gbn interfaceC14912gbn, Throwable th);
/* loaded from: classes.dex */
public static final class HBt implements InterfaceC14912gbn.HBt<CoroutineExceptionHandler> {
static final HBt b = new HBt();
private HBt() {
}
}
}