
com.lyders.properties.PropertyEvaluatorException Maven / Gradle / Ivy
package com.lyders.properties;
/* [email protected] created on 2/14/2021 */
public class PropertyEvaluatorException extends Exception {
public PropertyEvaluatorException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy