package p491;

import p025.p026.InterfaceC1306;
import p138.p176.p177.p242.p246.p251.C4303;
import p402.C6542;
import p402.p411.p413.C6635;
import retrofit2.HttpException;

/* JADX INFO: Add missing generic type declarations: [T] */
/* JADX INFO: renamed from: ޓ.ތ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class C7334<T> implements InterfaceC7313<T> {

    /* JADX INFO: renamed from: ֏, reason: contains not printable characters */
    public final /* synthetic */ InterfaceC1306 f21241;

    public C7334(InterfaceC1306 interfaceC1306) {
        this.f21241 = interfaceC1306;
    }

    @Override // p491.InterfaceC7313
    /* JADX INFO: renamed from: ֏ */
    public void mo10957(InterfaceC7310<T> interfaceC7310, Throwable th) {
        if (interfaceC7310 == null) {
            C6635.m9824("call");
            throw null;
        }
        if (th == null) {
            C6635.m9824("t");
            throw null;
        }
        InterfaceC1306 interfaceC1306 = this.f21241;
        C6542.C6543 c6543 = C6542.f19318;
        interfaceC1306.mo2608(C4303.m7010(th));
    }

    @Override // p491.InterfaceC7313
    /* JADX INFO: renamed from: ֏ */
    public void mo10958(InterfaceC7310<T> interfaceC7310, C7366<T> c7366) {
        if (interfaceC7310 == null) {
            C6635.m9824("call");
            throw null;
        }
        if (c7366 == null) {
            C6635.m9824("response");
            throw null;
        }
        if (c7366.m10977()) {
            InterfaceC1306 interfaceC1306 = this.f21241;
            T t = c7366.f21357;
            C6542.C6543 c6543 = C6542.f19318;
            interfaceC1306.mo2608(t);
            return;
        }
        InterfaceC1306 interfaceC13062 = this.f21241;
        HttpException httpException = new HttpException(c7366);
        C6542.C6543 c65432 = C6542.f19318;
        interfaceC13062.mo2608(C4303.m7010((Throwable) httpException));
    }
}
