cro2003 / rgpvApi

Unofficial API Wrapper for RGPV
https://cro2003.github.io/rgpvApi/
GNU General Public License v3.0
1 stars 6 forks source link

Adding Exception Handling to python files #34

Open Sai-ganesh-0004 opened 1 day ago

Sai-ganesh-0004 commented 1 day ago

Description Implement structured exception handling across all Python files in the project. The goal is to improve the robustness of the code by catching and handling errors gracefully, providing meaningful error messages, and logging critical failures.

Key Areas

Sai-ganesh-0004 commented 1 day ago

I want to Work on this issue under gssoc-ext

cro2003 commented 1 day ago

Which types of Error we are considering here?

Sai-ganesh-0004 commented 1 day ago

there can be requests.ConnectionError or parsing and beautifulSoup Errors