AdastralGroup / osprey

The Adastral Client (GUI)
GNU General Public License v3.0
5 stars 1 forks source link

Add termination handler, error levels #34

Closed int-72h closed 2 months ago

int-72h commented 2 months ago

Pretty much what it says on the tin. Using set_terminate, we can display any fatal errors to the user before exploding. Finally implementing error levels - it's something I've wanted to do for a bit. This allows for finer-grain error handling in the UI, and overall.

int-72h commented 2 months ago

I think I wanted to add something else, but I forgot. Whoops.

fjuton commented 2 months ago

Overall looks good with few nitpicks and a little early bug 👍🏻