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

org.avaje.dbmigration.ddl.DdlRunnerException Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package org.avaje.dbmigration.ddl;

public class DdlRunnerException extends RuntimeException {

  public DdlRunnerException(Throwable e) {
    super(e);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy