apkfuckery/com.discord/smali_classes2/okhttp3/internal/connection/RouteException.smali
2020-11-12 02:11:44 +00:00

27 lines
859 B
Smali

.class public final Lokhttp3/internal/connection/RouteException;
.super Ljava/lang/RuntimeException;
.source "RouteException.kt"
# instance fields
.field public final firstConnectException:Ljava/io/IOException;
.field public lastConnectException:Ljava/io/IOException;
# direct methods
.method public constructor <init>(Ljava/io/IOException;)V
.locals 1
const-string v0, "firstConnectException"
invoke-static {p1, v0}, Lz/n/c/j;->checkParameterIsNotNull(Ljava/lang/Object;Ljava/lang/String;)V
invoke-direct {p0, p1}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
iput-object p1, p0, Lokhttp3/internal/connection/RouteException;->firstConnectException:Ljava/io/IOException;
iput-object p1, p0, Lokhttp3/internal/connection/RouteException;->lastConnectException:Ljava/io/IOException;
return-void
.end method