package kotlin.jvm; /* loaded from: classes5.dex */ public class KotlinReflectionNotSupportedError extends Error { public KotlinReflectionNotSupportedError() { super("Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath"); } }