
com.electronwill.nightconfig.core.IncompatibleIntermediaryLevelException Maven / Gradle / Ivy
package com.electronwill.nightconfig.core;
public final class IncompatibleIntermediaryLevelException extends RuntimeException {
public IncompatibleIntermediaryLevelException(String msg) {
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy