Skip to content

Commit

Permalink
Merge pull request #127 from 1e5i-Shark/dev
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
hyoguoo authored Mar 15, 2024
2 parents f23642f + 15bf4ca commit 5422dde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public ResponseEntity<ErrorResponse> catchGlobalCustomException(GlobalEntityExce
@ExceptionHandler(RuntimeException.class)
public ResponseEntity<ErrorResponse> catchMemberPasswordException(RuntimeException e) {
log.error(e.getMessage());
e.printStackTrace();

return ResponseEntity.status(HttpStatus.INTERNAL_SERVER_ERROR)
.body(ErrorResponse.of(
Expand Down

0 comments on commit 5422dde

Please sign in to comment.