formatting change
This commit is contained in:
@ -6,12 +6,8 @@ import static util.Logger.log;
|
||||
|
||||
public class ParseException extends RuntimeException {
|
||||
|
||||
public ParseException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public ParseException(String message, AST ast) {
|
||||
super(message);
|
||||
super("\n" + message);
|
||||
|
||||
log("\nAST at last state:\n" + ast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user