Exception #22
|
@ -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