
io.polyglotted.common.config.SettingsException Maven / Gradle / Ivy
The newest version!
package io.polyglotted.common.config;
@SuppressWarnings("serial")
public class SettingsException extends RuntimeException {
public SettingsException(String message) { super(message); }
public SettingsException(Throwable cause) { super(cause); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy