All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.launchdarkly.client.EvaluationException Maven / Gradle / Ivy

package com.launchdarkly.client;

/**
 * An error indicating an abnormal result from evaluating a feature
 */
class EvaluationException extends Exception {
  public EvaluationException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy