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

prompto.error.TerminatedError Maven / Gradle / Ivy

The newest version!
package prompto.error;

public class TerminatedError extends PromptoError {

	private static final long serialVersionUID = 1L;

	public TerminatedError() {
		super("Terminated!");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy