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

8 lines
259 B
Java

package d0.z;
/* compiled from: KotlinReflectionNotSupportedError.kt */
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");
}
}