package com.google.android.libraries.places.internal; /* loaded from: classes2.dex */ public final class zzaid { public static Object zza(Object obj) { if (obj != null) { return obj; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static void zzb(Object obj, Class cls) { if (obj == null) { throw new IllegalStateException(String.valueOf(cls.getCanonicalName()).concat(" must be set")); } } }