G-Node / gin-proc

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Exception Handling and Code Cleanup #17

Closed mrinalwahal closed 5 years ago

achilleas-k commented 5 years ago

There's a lot of "catch-all" exceptions. Most should be changed to catch specific exceptions on specific lines where they can occur for easier troubleshooting and debugging.