KJNeko / Atlas

A replacement program written in c++ to replace Game-List (f95zone game manager)
GNU General Public License v3.0
18 stars 3 forks source link

Exception/Error handling #65

Closed KJNeko closed 1 year ago

KJNeko commented 1 year ago

There are a few places where we use std::runtime_error for out exception handling. This is fine for the most part but we could be a LOT cleaner with it in order to make logging much easier.

Things that need to be done

KJNeko commented 1 year ago

Mostly complete. Closing since it'll be done within the cleaning branch