14 lines
249 B
Java
14 lines
249 B
Java
package com.tencent.bugly.proguard;
|
|
|
|
/* compiled from: BUGLY */
|
|
/* loaded from: classes.dex */
|
|
public class b extends RuntimeException {
|
|
public b(String str) {
|
|
super(str);
|
|
}
|
|
|
|
public b(Exception exc) {
|
|
super(exc);
|
|
}
|
|
}
|