Weather/smali_classes4/okhttp3/internal/huc/OkHttpURLConnection$UnexpectedException$1.smali
2021-05-10 10:13:34 +02:00

65 lines
1.5 KiB
Smali

.class final Lokhttp3/internal/huc/OkHttpURLConnection$UnexpectedException$1;
.super Ljava/lang/Object;
.source "OkHttpURLConnection.java"
# interfaces
.implements Lokhttp3/Interceptor;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lokhttp3/internal/huc/OkHttpURLConnection$UnexpectedException;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = null
.end annotation
# direct methods
.method constructor <init>()V
.locals 0
.line 561
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public a(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
.locals 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 564
:try_start_0
invoke-interface {p1}, Lokhttp3/Interceptor$Chain;->a()Lokhttp3/Request;
move-result-object v0
invoke-interface {p1, v0}, Lokhttp3/Interceptor$Chain;->a(Lokhttp3/Request;)Lokhttp3/Response;
move-result-object p1
:try_end_0
.catch Ljava/lang/Error; {:try_start_0 .. :try_end_0} :catch_0
.catch Ljava/lang/RuntimeException; {:try_start_0 .. :try_end_0} :catch_0
return-object p1
:catch_0
move-exception p1
.line 566
new-instance v0, Lokhttp3/internal/huc/OkHttpURLConnection$UnexpectedException;
invoke-direct {v0, p1}, Lokhttp3/internal/huc/OkHttpURLConnection$UnexpectedException;-><init>(Ljava/lang/Throwable;)V
throw v0
.end method