Hacker News new | ask | show | jobs
by efaref 3924 days ago
It sounds like old-style BASIC exception handling.

    ON ACCIDENT GOTO EMERGENCYROOM
1 comments

Or modern JavaScript event handling. Button.onAccident(function() { ... });