exception

This commit is contained in:
ChUrl
2020-12-14 15:05:32 +01:00
parent af73c718af
commit 3ef2199910

View File

@ -1,8 +0,0 @@
package typechecker;
public class TypeMismatchException extends RuntimeException {
public TypeMismatchException(String message) {
super(message);
}
}