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
Address improper exception handling by wrapping expected exceptions in a try-catch block and managing them explicitly. Changes: - Code is now enclosed within a try-catch to capture exceptions. - Logs include contextual information for clarity. - Exceptions re-thrown in getConfig() as part of propagation. fixes #2767 Signed-off-by: D.Yogesh <[email protected]>
- Loading branch information