package C0;

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