lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 22 Oct 2016 19:57:56 +0200
changeset 64348 4c253e84ae62
parent 13973 9170772bf420
permissions -rw-r--r--
clarified push/pull chain: current ISABELLE_HOME may server as source for changes that are not published on isabelle_repos_source yet (e.g. isabelle-release branch);

package GraphBrowser;

class ParseError extends Exception {
	public ParseError(String s) { super(s); }
}