Skip to content

Commit

Permalink
Fix missing Exception keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Apr 1, 2023
1 parent 5b1dc15 commit 68c76e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void accept(XMessageDAO xMessageDAO) {
log.info("XMessage Object saved is with sent user ID >> " + xMessageDAO.getUserId());
}
});
}catch(e){
}catch(Exception e){
log.error("Exception in convertXMessageToDAO:" + e.getMessage());
log.error("The current XMessage was " + xMessage.toXML());
}
Expand Down

0 comments on commit 68c76e8

Please sign in to comment.