package com.discord.utilities.websocket; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; import okhttp3.Response; /* compiled from: WebSocket.kt */ public final class WebSocket$connect$1$onFailure$1 extends o implements Function0 { public final /* synthetic */ Response $response; public final /* synthetic */ Throwable $t; public final /* synthetic */ WebSocket$connect$1 this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WebSocket$connect$1$onFailure$1(WebSocket$connect$1 webSocket$connect$1, Throwable th, Response response) { super(0); this.this$0 = webSocket$connect$1; this.$t = th; this.$response = response; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { WebSocket.access$handleOnFailure(this.this$0.this$0, this.$t, this.$response, true); } }