Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(weaver): improper exception handling #2803

Merged
merged 1 commit into from
Jan 24, 2024
Merged

fix(weaver): improper exception handling #2803

merged 1 commit into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. 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]>
    Yogesh01000100 authored and petermetz committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8abe273 View commit details
    Browse the repository at this point in the history