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

overflowdb.storage.BackwardsCompatibilityError Maven / Gradle / Ivy

There is a newer version: 1.173
Show newest version
package overflowdb.storage;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy