lib/browser/GraphBrowser/ParseError.java
author wenzelm
Thu, 15 Jun 2006 23:10:45 +0200
changeset 19900 21a99d88d925
parent 13973 9170772bf420
permissions -rw-r--r--
ProofContext: moved variable operations to struct Variable; tuned;

package GraphBrowser;

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