JamesMarcogliese / SMS-Info-System

SMS Information System (SIS)
2 stars 2 forks source link

Add exception handling #35

Closed JamesMarcogliese closed 7 years ago

JamesMarcogliese commented 7 years ago

Right now all exceptions float to the top and cause the entire program to exit. This should be avoided!

JamesMarcogliese commented 7 years ago

Complete.