lib/browser/GraphBrowser/ParseError.java
author haftmann
Wed, 10 Feb 2010 14:12:04 +0100
changeset 35092 cfe605c54e50
parent 13973 9170772bf420
permissions -rw-r--r--
moved less_eq, less to Orderings.thy; moved abs, sgn to Groups.thy

package GraphBrowser;

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