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

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