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

16 lines
418 B
Java

package o;
/* renamed from: o.glv, reason: case insensitive filesystem */
/* loaded from: classes6.dex */
public final class C15267glv {
public static <T> T b(T t, String str) {
if (t != null) {
return t;
}
StringBuilder sb = new StringBuilder();
sb.append(str);
sb.append(" may not be null");
throw new IllegalArgumentException(sb.toString());
}
}