Implemented Exeption and their handling
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
package mops.gruppen2.domain.Exceptions;
|
||||
|
||||
public class UserAlreadyExistsException extends EventException {
|
||||
public UserAlreadyExistsException(String msg){
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user