io.github.icodegarden.nutrient.lang.registry.OutofMaxIndexRegistryException Maven / Gradle / Ivy
package io.github.icodegarden.nutrient.lang.registry;
/**
*
* @author Fangfang.Xu
*
*/
public class OutofMaxIndexRegistryException extends RegistryException {
private static final long serialVersionUID = 1L;
public OutofMaxIndexRegistryException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy