package r2;
/* JADX INFO: loaded from: classes.dex */
public final class q extends RuntimeException {
public q() {
}
public q(String str) {
super(str);
}
public q(String str, Throwable th) {
super(str, th);
}
public q(Throwable th) {
super(th);
}
}
Download file