hyperswitch-control-center
hyperswitch-control-center copied to clipboard
[CHORE]: Add Generic catch block
Issue: Currently, our code lacks a generic catch block to handle unanticipated exceptions that may occur during the execution of certain processes.
Objective: The goal is to enhance the robustness and reliability of our codebase by adding a generic catch block that captures any unexpected exceptions. This will prevent unhandled errors from causing program termination and enable us to log and handle these exceptions gracefully.