Skip to content

Commit 6460eed

Browse files
committed
fixed conflicts
2 parents da1628c + 96b17fe commit 6460eed

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package org.mdkt.compiler;
2+
3+
public class CompilationException extends RuntimeException {
4+
private static final long serialVersionUID = 5272588827551900536L;
5+
6+
public CompilationException(String msg) {
7+
super(msg);
8+
}
9+
}

0 commit comments

Comments
 (0)