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(); } }