14 lines
409 B
Java
14 lines
409 B
Java
|
package kotlin.io;
|
||
|
|
||
|
import java.io.File;
|
||
|
import o.C14957gcv;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public final class FileAlreadyExistsException extends FileSystemException {
|
||
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
||
|
public FileAlreadyExistsException(File file, File file2, String str) {
|
||
|
super(file, file2, str);
|
||
|
C14957gcv.e(file, "");
|
||
|
}
|
||
|
}
|