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

org.automerge.AutomergeException Maven / Gradle / Ivy

Go to download

Automerge is a JSON-like data structure that can be modified concurrently by different users, and merged again automatically.

There is a newer version: 0.0.7
Show newest version
package org.automerge;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy