Esempio n. 1
0
 public static void MaybeThrow(LeanplumException exception)
 {
     if (Constants.isDevelopmentModeEnabled)
     {
         throw exception;
     }
     else
     {
         LeanplumNative.CompatibilityLayer.LogError(exception.ToString());
     }
 }