what-the-bank/sources/o/C15431gqZ.java

21 lines
492 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.security.cert.CRLException;
/* renamed from: o.gqZ, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
final class C15431gqZ extends CRLException {
private Throwable b;
/* JADX INFO: Access modifiers changed from: package-private */
public C15431gqZ(String str, Throwable th) {
super(str);
this.b = th;
}
@Override // java.lang.Throwable
public final Throwable getCause() {
return this.b;
}
}