Skip to content

Instantly share code, notes, and snippets.

@ascruggs
Created December 3, 2009 20:25
Show Gist options
  • Save ascruggs/248480 to your computer and use it in GitHub Desktop.
Save ascruggs/248480 to your computer and use it in GitHub Desktop.
begin
raise "boom"
rescue StandardError => e
logger.error(e)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment