lib/browser/GraphBrowser/ParseError.java
author wenzelm
Sat, 13 Oct 2007 17:16:46 +0200
changeset 25023 52eb78ebb370
parent 13973 9170772bf420
permissions -rw-r--r--
PolyML.Compiler.maxInlineSize := 80;

package GraphBrowser;

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