update,
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.game.tictacteo.engine;
|
||||
|
||||
public class GameBoardPlacedException extends Exception{
|
||||
public GameBoardPlacedException(String mes){
|
||||
super(mes);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user