package kotlinx.coroutines;

import q1.g;

/* JADX INFO: loaded from: classes.dex */
public interface CoroutineExceptionHandler extends g.b {

    /* JADX INFO: renamed from: X, reason: collision with root package name */
    public static final a f5137X = a.f5138b;

    public static final class a implements g.c {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        static final /* synthetic */ a f5138b = new a();

        private a() {
        }
    }

    void handleException(g gVar, Throwable th);
}
