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

astra.core.UnboundVariableException Maven / Gradle / Ivy

package astra.core;

public class UnboundVariableException extends RuntimeException {

	public UnboundVariableException(String string) {
		super(string);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 2599128996584886324L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy