what-the-bank/sources/com/airbnb/deeplinkdispatch/DeepLinkEntry$clazz$2.java

30 lines
1.1 KiB
Java

package com.airbnb.deeplinkdispatch;
import o.AbstractC14961gcz;
import o.InterfaceC14890gbN;
/* loaded from: classes.dex */
final class DeepLinkEntry$clazz$2 extends AbstractC14961gcz implements InterfaceC14890gbN<Class<?>> {
final DeepLinkEntry this$0;
/* JADX WARN: Can't rename method to resolve collision */
@Override // o.InterfaceC14890gbN
public final Class<?> invoke() {
try {
return Class.forName(this.this$0.getClassName());
} catch (ClassNotFoundException e) {
StringBuilder sb = new StringBuilder("Deeplink class ");
sb.append(this.this$0.getClassName());
sb.append(" not found. If you are using Proguard/R8/Dexguard please consult README.md for correct configuration.");
throw new IllegalStateException(sb.toString(), e);
}
}
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public DeepLinkEntry$clazz$2(DeepLinkEntry deepLinkEntry) {
super(0);
this.this$0 = deepLinkEntry;
}
}