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

overflowdb.storage.BackwardsCompatibilityError Maven / Gradle / Ivy

package overflowdb.storage;

public class BackwardsCompatibilityError extends RuntimeException {
  public BackwardsCompatibilityError(String msg) {
    super(msg);
  }
}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy