Skip to content

Commit

Permalink
�Api-Release-v0.0.2-21
Browse files Browse the repository at this point in the history
�Api-Release-v0.0.2-21
  • Loading branch information
imenuuu authored Dec 13, 2023
2 parents a539bd0 + e6d23b5 commit 183b828
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public ResponseEntity onKnownDynamicException(BaseDynamicException baseDynamicEx
}


/*
@ExceptionHandler(value = Exception.class)
public ResponseEntity onException(Exception exception, @AuthenticationPrincipal User user,
HttpServletRequest request) {
Expand All @@ -106,7 +105,6 @@ public ResponseEntity onException(Exception exception, @AuthenticationPrincipal
return new ResponseEntity<>(CommonResponse.onFailure("500", exception.getMessage(), null), null,
HttpStatus.INTERNAL_SERVER_ERROR);
}
*/

private void getExceptionStackTrace(Exception e, User user, HttpServletRequest request, Map<String, String> errors) {
StringWriter sw = new StringWriter();
Expand Down

0 comments on commit 183b828

Please sign in to comment.