Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(weaver): improper exception handling
This pull request addresses the issue of improper exception handling. The need is to wrap the expected exceptions in a try-catch block and handle them explicitly. Changes: Enclosed the existing code within a try-catch block to capture exceptions. Added contextual information in the logs, and the exception is re-thrown within the getConfig() function, as part of the exception propagation process. fixes #2767 Signed-off-by: D.Yogesh <[email protected]>
- Loading branch information