Skip to content

Update exception in components

Refactor the exception handling in the components to catch std::exception instead of std::runtime_error. This change ensures that more exceptions are caught at the interface boundary.

Merge request reports

Loading