package h1;

import java.io.IOException;

/* JADX INFO: renamed from: h1.b, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0507b extends IOException {
    public C0507b(String str) {
        super(str);
    }
}
