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

Added the exeptions and comments #377

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DevMhrn
Copy link

@DevMhrn DevMhrn commented Jul 28, 2024

Fix #363: Improve Exception Handling and User Feedback

Summary:

This PR addresses issue #363 by improving exception handling and user feedback mechanisms in the code.

Changes Done:

  • Added try-except blocks around key dictionary accesses to handle missing keys and avoid KeyError exceptions.
  • Provided user feedback with specific error messages when keys are missing, improving the overall user experience.
  • Added exception handling for potential errors when interacting with Docker and AWS to prevent unexpected crashes.
  • Utilized notify_user to display error messages, helping users understand what went wrong and how to address issues.

User Impact:

Users will have a smoother experience with the application because it won’t abruptly terminate due to unhandled exceptions. This ensures a more reliable and user-friendly interaction with the system.

Link to Issue:

Resolves #363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add proper exception handling
1 participant