protected static RecoverableUserError Handle(GameIsRunningException ex, string action)
     => new RecoverableUserError(ex, "Please close the game and try again", ex.Message);
Ejemplo n.º 2
0
 protected static RecoverableUserError Handle(GameIsRunningException ex, string action)
 => new RecoverableUserError(ex, "Please close the game and try again", ex.Message);