aroberge / reeborg

Enhanced Karel-the-robot clone
http://reeborg.ca/reeborg.html
Other
47 stars 36 forks source link

More exceptions + generic handling #222

Closed aroberge closed 8 years ago

aroberge commented 8 years ago

Introduce more specific exceptions (e.g. WallCollisionError) and add a special attribute to them so that they can get caught in runner.js without having to modify runner.js each time a new kind of exception is added.

aroberge commented 8 years ago

Note: this is just complementary to #221; closing here