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

de.tla2b.exceptions.UnificationException Maven / Gradle / Ivy

The newest version!
package de.tla2b.exceptions;

public class UnificationException extends TLA2BException {

	public UnificationException() {
		super(null);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy