what-the-bank/sources/o/zNI.java

19 lines
437 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.domain.entity.mwpartner.EntityMappingException;
/* loaded from: classes3.dex */
public final class zNI extends ZTC {
@InterfaceC13391fZD
public zNI() {
}
public static String f(String str) {
String str2 = str;
if (str2 == null || str2.length() == 0) {
throw new EntityMappingException("data must not be null or empty");
}
return str;
}
}