10 lines
229 B
Java
10 lines
229 B
Java
package com.tencent.bugly.crashreport;
|
|
|
|
/* compiled from: BUGLY */
|
|
/* loaded from: classes.dex */
|
|
public class BuglyHintException extends RuntimeException {
|
|
public BuglyHintException(String str) {
|
|
super(str);
|
|
}
|
|
}
|