jimu-decompiled/sources/com/tencent/bugly/crashreport/BuglyHintException.java
2025-05-13 19:24:51 +02:00

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);
}
}