Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue IMGIITRoorkee#1- Error handling for password Manager.
Added a specific `except FileNotFoundError` block to catch missing files. - Added a generic `except Exception` block to handle any unexpected errors and provide a meaningful error message. - The program now continues running smoothly and provides helpful feedback when a user attempts to load a non-existent password file. This improves the robustness of the program, ensuring a smoother user experience by preventing crashes due to missing files.
- Loading branch information