
com.wichell.framework.text.exception.ConfigLoadException Maven / Gradle / Ivy
The newest version!
package com.wichell.framework.text.exception;
import com.wichell.framework.exception.BaseException;
public class ConfigLoadException extends BaseException {
/**
*
*/
private static final long serialVersionUID = 72296609605849625L;
public ConfigLoadException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy