kendal.api.exceptions.KendalRuntimeException Maven / Gradle / Ivy
package kendal.api.exceptions;
public class KendalRuntimeException extends RuntimeException {
public KendalRuntimeException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy