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

18 lines
471 B
Java

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