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

18 lines
471 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.fSI, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C13147fSI {
public static void c(Throwable th) {
if (th instanceof VirtualMachineError) {
throw ((VirtualMachineError) th);
}
if (th instanceof ThreadDeath) {
throw ((ThreadDeath) th);
}
if (th instanceof LinkageError) {
throw ((LinkageError) th);
}
}
}