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

convex.etch.EtchCorruptionError Maven / Gradle / Ivy

The newest version!
package convex.etch;

@SuppressWarnings("serial")
public class EtchCorruptionError extends Error {

	public EtchCorruptionError(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy