Skip to content

Commit

Permalink
add e (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
weihubeats authored Nov 28, 2022
1 parent b2dc5e1 commit 3c5ea5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void init() throws Exception {
this.webHookConfigOperation = constructor.newInstance(properties);
} catch (InstantiationException | IllegalAccessException | InvocationTargetException e) {
logger.error("can't find WebHookConfigOperation implementation");
throw new Exception("can't find WebHookConfigOperation implementation");
throw new Exception("can't find WebHookConfigOperation implementation", e);
}
}
}

0 comments on commit 3c5ea5e

Please sign in to comment.