generated from rnentjes/kotlin-server-web-undertow
8 lines
141 B
Java
8 lines
141 B
Java
package mtmc.lang.sea.ast;
|
|
|
|
import mtmc.lang.ParseException;
|
|
|
|
public interface SyntaxError extends Error {
|
|
ParseException exception();
|
|
}
|