package kotlinx.coroutines.internal;

import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement;

/* JADX INFO: compiled from: ExceptionsConstructor.kt */
/* JADX INFO: loaded from: classes.dex */
@IgnoreJRERequirement
final class d extends e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final d f5180a = new d();

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

    /* JADX INFO: compiled from: ExceptionsConstructor.kt */
    public static final class a extends ClassValue<v1.l<? super Throwable, ? extends Throwable>> {
        a() {
        }
    }

    private d() {
    }

    @Override // kotlinx.coroutines.internal.e
    public v1.l<Throwable, Throwable> a(Class<? extends Throwable> cls) {
        return (v1.l) f5181b.get(cls);
    }
}
