Currently, the app will panic if something terribly wrong goes with the code or stalls. Implement a good error-catching system so that not only does the user have a better knowledge of what's going on but also so that the application can recover. In addition, a log file should be created in the ~/.gcs directory(created if doesn't yet exist).
Description
Currently, the app will panic if something terribly wrong goes with the code or stalls. Implement a good error-catching system so that not only does the user have a better knowledge of what's going on but also so that the application can recover. In addition, a log file should be created in the
~/.gcs
directory(created if doesn't yet exist).