munawarb / Treasure-Hunt

A top-down shooter audio game for the blind and visually impaired
GNU General Public License v3.0
8 stars 5 forks source link

Better Exception Handling #1

Closed munawarb closed 6 years ago

munawarb commented 6 years ago

Right now, Treasure Hunt is using the global project-provided error handler to raise exceptions which are then caught by the VB runtimes. This needs to be refactored into better exception code. Also, the game is using error handling code to make sure the player doesn't fall off the grid and cause a runtime exception.