what-the-bank/sources/com/squareup/okhttp/internal/http/RouteException.java

12 lines
293 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.squareup.okhttp.internal.http;
/* loaded from: classes5.dex */
public final class RouteException extends Exception {
static {
try {
Throwable.class.getDeclaredMethod("addSuppressed", Throwable.class);
} catch (Exception unused) {
}
}
}