lib/browser/GraphBrowser/ParseError.java
author krauss
Sun, 10 Oct 2010 22:50:25 +0200
changeset 39992 f225a499a8e5
parent 13973 9170772bf420
permissions -rw-r--r--
removed output syntax "'a ~=> 'b" for "'a => 'b option"

package GraphBrowser;

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