discord-jadx/app/src/main/java/kotlin/reflect/full/IllegalPropertyDelegateAcce...

12 lines
582 B
Java

package kotlin.reflect.full;
import d0.z.d.m;
/* compiled from: exceptions.kt */
public final class IllegalPropertyDelegateAccessException extends Exception {
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public IllegalPropertyDelegateAccessException(IllegalAccessException illegalAccessException) {
super("Cannot obtain the delegate of a non-accessible property. Use \"isAccessible = true\" to make the property accessible", illegalAccessException);
m.checkNotNullParameter(illegalAccessException, "cause");
}
}