package H;

/* JADX INFO: loaded from: classes.dex */
public final class c extends RuntimeException {
    public c(String str) {
        super(str);
    }

    public c(Throwable th) {
        super(th);
    }

    public c(String str, Throwable th) {
        super(str, th);
    }
}
