package p138.p176.p177.p242.p246;

import java.util.concurrent.Callable;

/* JADX INFO: renamed from: ދ.ހ.֏.ހ.ހ.ޝ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C4337 extends C4335 {

    /* JADX INFO: renamed from: ނ, reason: contains not printable characters */
    public final Callable<String> f13643;

    public /* synthetic */ C4337(Callable callable, C4336 c4336) {
        super(false, null, null);
        this.f13643 = callable;
    }

    @Override // p138.p176.p177.p242.p246.C4335
    /* JADX INFO: renamed from: ֏ */
    public final String mo7235() {
        try {
            return this.f13643.call();
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
    }
}
