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

12 lines
322 B
Java

package com.squareup.okhttp.internal.http;
import java.io.IOException;
/* loaded from: classes5.dex */
public final class RequestException extends Exception {
@Override // java.lang.Throwable
public final /* bridge */ /* synthetic */ Throwable getCause() {
return (IOException) super.getCause();
}
}