Skip to content

Instantly share code, notes, and snippets.

@aurimasniekis
Created May 30, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aurimasniekis/477ac53075a7150b02c4314a16b98b97 to your computer and use it in GitHub Desktop.
Save aurimasniekis/477ac53075a7150b02c4314a16b98b97 to your computer and use it in GitHub Desktop.
begin
// Some code which throws exception.
socket.on_message do |message|
raise "Exception"
end
rescue ex : Exception
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment