io.github.avivcarmis.confEager.exceptions.ConfEagerIllegalPropertyValueException Maven / Gradle / Ivy
package io.github.avivcarmis.confEager.exceptions;
public class ConfEagerIllegalPropertyValueException extends ConfEagerException {
public ConfEagerIllegalPropertyValueException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy