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

org.meteordev.starscript.utils.StarscriptError Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package org.meteordev.starscript.utils;

public class StarscriptError extends RuntimeException {
    public StarscriptError(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy