Skip to content

Merge Request for Issue/4 Wrapped the game event listeners in a try/catch block so that if some listener...

Heine, Eric R requested to merge issue/4-game-event-exception-catching into master

Closes #4 (closed)

Wrapped the game event listeners in a try/catch block so that if some listener to a GameEvent throws an exception, any other GameEventListeners will still get their functions called.

Merge request reports