discord-jadx/app/src/main/java/d0/b.java

15 lines
387 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package d0;
2021-08-03 07:33:18 +00:00
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
2021-08-03 07:33:18 +00:00
/* compiled from: Exceptions.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public class b {
public static final void addSuppressed(Throwable th, Throwable th2) {
m.checkNotNullParameter(th, "$this$addSuppressed");
m.checkNotNullParameter(th2, "exception");
if (th != th2) {
2021-11-02 06:38:17 +00:00
d0.x.b.a.addSuppressed(th, th2);
2021-08-03 07:33:18 +00:00
}
}
}