package g.g0;

import g.h0.c.l;
import g.i;
import java.io.File;
import java.io.IOException;

/* JADX INFO: compiled from: Exceptions.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public class b extends IOException {
    public b(File file, File file2, String str) {
        l.f(file, "file");
        StringBuilder sb = new StringBuilder(file.toString());
        if (file2 != null) {
            sb.append(" -> " + file2);
        }
        if (str != null) {
            sb.append(": " + str);
        }
        String string = sb.toString();
        l.e(string, "sb.toString()");
        super(string);
    }
}
