Exception #22

Merged
brandleo merged 3 commits from Exception into main 2022-03-18 09:21:53 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6080b48b82 - Show all commits

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);
} }