You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when exception handling in the Python files of the project is either missing or inconsistent. It makes debugging harder and can cause unexpected crashes during execution.
Describe the solution you'd like
I would like to see structured exception handling implemented across all Python files, with proper logging and user-friendly error messages. This would ensure that errors are gracefully handled and provide useful insights into what went wrong.
Describe alternatives you've considered
Implementing a global error handler at the application level to capture unhandled exceptions.
Additional context
Adding specific exception handling in key functions would improve the robustness of the code. This would be especially useful when dealing with external APIs, file operations, or database connections where errors are more likely to o
The text was updated successfully, but these errors were encountered:
Hi @Sai-ganesh-0004 ,
really good issue, we would appreciate if you would like to take this up and structure the error handling.
Have assigned the appropriate labels - let us know if you have any queries :)
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: