You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
203 B

package p060t1;
/* renamed from: t1.r */
/* loaded from: classes.dex */
public final class C1711r extends RuntimeException {
public C1711r(String str, Throwable th) {
super(str, th);
}
}