norrisng / FcomClient

Forwards private and frequency messages on IVAO and VATSIM via Discord DM.
https://www.norrisng.ca/fcom
GNU General Public License v3.0
7 stars 3 forks source link

Exception handling for missing files #6

Open norrisng opened 5 years ago

norrisng commented 5 years ago

Currently, the program will crash if required files are missing. This includes DLLs and server_location.txt.

There should be exception handling so that the program displays a more friendly error message, instead of a stack trace (as is the case currently).