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.
26 lines
610 B
26 lines
610 B
package p060t1;
|
|
|
|
import p012d1.InterfaceC0633f;
|
|
|
|
/* renamed from: t1.d0 */
|
|
/* loaded from: classes.dex */
|
|
public final class C1668d0 extends RuntimeException {
|
|
|
|
/* renamed from: d */
|
|
public final InterfaceC0633f f3899d;
|
|
|
|
public C1668d0(InterfaceC0633f interfaceC0633f) {
|
|
this.f3899d = interfaceC0633f;
|
|
}
|
|
|
|
@Override // java.lang.Throwable
|
|
public Throwable fillInStackTrace() {
|
|
setStackTrace(new StackTraceElement[0]);
|
|
return this;
|
|
}
|
|
|
|
@Override // java.lang.Throwable
|
|
public String getLocalizedMessage() {
|
|
return this.f3899d.toString();
|
|
}
|
|
} |