Skip to content

Instantly share code, notes, and snippets.

@huffman
Last active January 4, 2016 17:48
Show Gist options
  • Save huffman/c0f1e5cdabf62106cb22 to your computer and use it in GitHub Desktop.
Save huffman/c0f1e5cdabf62106cb22 to your computer and use it in GitHub Desktop.
Controller.keyPressEvent.connect(function(ev) {
print("In keyPressEvent 1");
throw("Exception in keyPressEvent 1");
});
Controller.keyPressEvent.connect(function(ev) {
print("In keyPressEvent 2");
throw("Exception in keyPressEvent 2");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment