Implementation of old EventExeptions
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
package mops.gruppen2.domain.Exceptions;
|
||||
|
||||
import mops.gruppen2.domain.event.Event;
|
||||
|
||||
public class GroupDoesNotExistException extends EventException {
|
||||
public GroupDoesNotExistException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user