Currently the program assumes that everything runs perfectly. However this is not the case always. We want the program to not break when something doesn't perform correctly.
In order to combat this, we need to add error handlings on multiple locations..
Currently the program assumes that everything runs perfectly. However this is not the case always. We want the program to not break when something doesn't perform correctly.
In order to combat this, we need to add error handlings on multiple locations..