Skip to content

Instantly share code, notes, and snippets.

@njonsson
Created May 1, 2010 03:10
Show Gist options
  • Save njonsson/386012 to your computer and use it in GitHub Desktop.
Save njonsson/386012 to your computer and use it in GitHub Desktop.
begin
do_something_error_prone
rescue AParticularKindOfError
# Insert heroism here.
rescue Exception
write_to_error_log
raise
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment