Skip to content

Commit

Permalink
refactor: added break
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed May 8, 2024
1 parent cacec00 commit 60e0a07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public ResponseEntity<Error> handleGlobalException(Exception exception,
Details.builder().message(
"An error occurred for request " + request.getRequestId() + ": "
+ errors ).build());
break;
default:
errorResponse = RosettaErrorType.UNSPECIFIED_ERROR.toRosettaError(true,
Details.builder().message(
Expand Down

0 comments on commit 60e0a07

Please sign in to comment.