Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Dec 15, 2023
1 parent 6fd116a commit 734b8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/dancier/dancer/chat/ChatController.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public ResponseEntity postMessage(

@ExceptionHandler({BusinessException.class})
public ResponseEntity handle(Throwable throwable) {
log.info("got this: " + throwable);
return ResponseEntity.badRequest().build();
}
}

0 comments on commit 734b8d7

Please sign in to comment.