Skip to content

Commit

Permalink
Exception type not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s committed Oct 11, 2024
1 parent 9f2f814 commit f79370a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public void dispatchRequest(String method, List<Object> requestDetails) {
final StringBuilder sb = new StringBuilder();
try {
Connectors.setExchangeRequestPath(newExchange, newUri, sb);
} catch (ParameterLimitException | BadRequestException e) {
} catch (ParameterLimitException e) {
e.printStackTrace();
}

Expand Down

0 comments on commit f79370a

Please sign in to comment.