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

io.codearte.accurest.AccurestException.groovy Maven / Gradle / Ivy

The newest version!
package io.codearte.accurest

/**
 * @author Jakub Kubrynski
 */
class AccurestException extends RuntimeException {

	AccurestException(String message) {
		super(message)
	}

	AccurestException(String message, Throwable cause) {
		super(message, cause)
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy