Skip to content

Commit

Permalink
changed catch action for delete connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tutkat committed Dec 19, 2024
1 parent fbf7d48 commit 4da5827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static void removeConnections(UsersItem.UserName userName) {
try {
deleteConnection(uuid);
} catch (ApiException e) {
throw new RuntimeException(e);
System.out.println(e.getMessage());
}
});
} catch (InterruptedException e) {
Expand Down

0 comments on commit 4da5827

Please sign in to comment.