Skip to content

Commit

Permalink
throwing notify exception
Browse files Browse the repository at this point in the history
  • Loading branch information
holashchand committed Sep 14, 2023
1 parent 5d186fd commit 488bdef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public void notify(String to, String otp) throws IOException {
}
} catch (IOException e) {
logger.error("Exception occurred while notifying: {}", ExceptionUtils.getStackTrace(e));
throw e;
}

}
Expand Down

0 comments on commit 488bdef

Please sign in to comment.