Skip to content

Instantly share code, notes, and snippets.

@meineerde
Created April 14, 2015 10:41
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 meineerde/871b53492a8da01cc4c2 to your computer and use it in GitHub Desktop.
Save meineerde/871b53492a8da01cc4c2 to your computer and use it in GitHub Desktop.
The tables, they flip.
begin
puts "Hello World"
raise StandardError, '(╯°□°)╯︵ ┻━┻'
rescue => ಠ_ಠ
puts ಠ_ಠ.message
puts ಠ_ಠ.backtrace.join('\n')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment