package w1;

import java.io.File;
import kotlin.jvm.internal.l;

/* JADX INFO: loaded from: classes.dex */
public final class d extends e {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public d(File file, File file2, String str) {
        super(file, file2, str);
        l.e(file, "file");
    }
}
