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

9 lines
291 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package d0.z;
2021-08-03 07:33:18 +00:00
/* compiled from: KotlinReflectionNotSupportedError.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public class b extends Error {
public b() {
super("Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath");
}
}