feat(user-sessions): implement GameLobby and user session management with exception handling
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package exceptions;
|
||||
|
||||
public class NotInteractableException extends RuntimeException {
|
||||
public NotInteractableException(String message) {
|
||||
super(message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user