Skip to content

Instantly share code, notes, and snippets.

@JakeAustwick
Created May 9, 2012 17:22
Show Gist options
  • Save JakeAustwick/2646915 to your computer and use it in GitHub Desktop.
Save JakeAustwick/2646915 to your computer and use it in GitHub Desktop.
begin
#Cause error
's' + 99
rescue => e
# Do some stuff
raise e
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment