Skip to content

Instantly share code, notes, and snippets.

@crwang
Created October 10, 2014 01:35
Show Gist options
  • Save crwang/0244955920d0d7e91492 to your computer and use it in GitHub Desktop.
Save crwang/0244955920d0d7e91492 to your computer and use it in GitHub Desktop.
Rails Rescue output
begin
some_operation_here_that_may_throw_an_exception
rescue
puts $!.message
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment