what-the-bank/sources/kotlin/io/NoSuchFileException.java

18 lines
505 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package kotlin.io;
import java.io.File;
import o.C14957gcv;
/* loaded from: classes6.dex */
public final class NoSuchFileException extends FileSystemException {
public /* synthetic */ NoSuchFileException(File file, String str) {
this(file, str, (byte) 0);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
private NoSuchFileException(File file, String str, byte b) {
super(file, null, str);
C14957gcv.e(file, "");
}
}