finished both exceptions.
This commit is contained in:
parent
0fafa3e0e7
commit
6080b48b82
|
@ -1,7 +1,6 @@
|
|||
package ch.zhaw.pm2.racetrack;
|
||||
|
||||
public class InvalidFileFormatException extends Exception {
|
||||
|
||||
public InvalidFileFormatException(String errorMessage) {
|
||||
super(errorMessage);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue