18 lines
471 B
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);
|
|
}
|
|
}
|
|
}
|