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

org.liquibase.gradle.LiquibaseConfigurationException.groovy Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
package org.liquibase.gradle

import org.gradle.api.GradleException

/**
 * Custom Gradle exception thrown by the plugin when the plugin hasn't been
 * configured correctly.
 *
 * @author Steven C. Saliman
 */
class LiquibaseConfigurationException extends GradleException {
	LiquibaseConfigurationException(String msg) {
		super(msg)
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy