finished both exceptions.

This commit is contained in:
Leonardo Brandenberger 2022-03-10 15:18:16 +01:00
parent 0fafa3e0e7
commit 6080b48b82
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
package ch.zhaw.pm2.racetrack; package ch.zhaw.pm2.racetrack;
public class InvalidFileFormatException extends Exception { public class InvalidFileFormatException extends Exception {
public InvalidFileFormatException(String errorMessage) { public InvalidFileFormatException(String errorMessage) {
super(errorMessage); super(errorMessage);
} }