OpMonTeam/OpMon-Archive

Replace handleError calls by exceptions

Closed this issue · 0 comments

We should delete the handleError function and use exceptions to handle errors in the game. It would be useful to do different actions according to what the error is and to liberate the resources even after the game crashes.