Initial import of ADIF API reverse-engineering toolkit

This commit is contained in:
2025-12-16 08:37:56 +01:00
commit 60388529c1
11486 changed files with 1086536 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
package x0;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes.dex */
public final class f extends RuntimeException {
/* renamed from: a, reason: collision with root package name */
public final g f8860a;
/* renamed from: b, reason: collision with root package name */
public final Throwable f8861b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public f(g callbackName, Throwable cause) {
super(cause);
Intrinsics.checkNotNullParameter(callbackName, "callbackName");
Intrinsics.checkNotNullParameter(cause, "cause");
this.f8860a = callbackName;
this.f8861b = cause;
}
@Override // java.lang.Throwable
public final Throwable getCause() {
return this.f8861b;
}
}