Skip to content

Instantly share code, notes, and snippets.

@zlx
Created March 27, 2014 13:44
Show Gist options
  • Save zlx/9807867 to your computer and use it in GitHub Desktop.
Save zlx/9807867 to your computer and use it in GitHub Desktop.
def tag_errors
yield
rescue Exception => error
error.extend(Lib::Error)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment