18 lines
505 B
Java
18 lines
505 B
Java
|
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, "");
|
||
|
}
|
||
|
}
|