Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Improve lib exception handling #371

Open owalk opened 8 months ago

owalk commented 8 months ago

Change try catch to raise in lib, and try catch in all uses of those functions in game

Complete #399 after this is done