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

13 lines
467 B
Java
Raw Permalink Normal View History

2022-04-15 08:15:37 +00:00
package de;
import kotlin.jvm.internal.s;
/* compiled from: exceptions.kt */
/* loaded from: classes5.dex */
public final class b extends Exception {
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public b(IllegalAccessException cause) {
super("Cannot obtain the delegate of a non-accessible property. Use \"isAccessible = true\" to make the property accessible", cause);
s.e(cause, "cause");
}
}