package h;

import h.l;

/* JADX INFO: compiled from: Result.kt */
/* JADX INFO: loaded from: classes.dex */
public final class m {
    public static final Object a(Throwable th) {
        h.x.d.k.d(th, "exception");
        return new l.b(th);
    }

    public static final void b(Object obj) throws Throwable {
        if (obj instanceof l.b) {
            throw ((l.b) obj).b;
        }
    }
}
