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

14 lines
355 B
Java
Raw Normal View History

2021-10-15 06:18:26 +00:00
package c0;
2021-08-03 07:33:18 +00:00
2021-10-15 06:18:26 +00:00
import c0.z.d.m;
2021-08-03 07:33:18 +00:00
/* compiled from: Exceptions.kt */
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-10-15 06:18:26 +00:00
c0.x.b.a.addSuppressed(th, th2);
2021-08-03 07:33:18 +00:00
}
}
}