package f.y;

import java.io.File;
import java.io.IOException;

/* JADX INFO: compiled from: Exceptions.kt */
/* JADX INFO: loaded from: classes.dex */
public class e extends IOException {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public e(File file, File file2, String str) {
        super(c.b(file, file2, str));
        f.z.d.k.e(file, "file");
    }
}
