Skip to content

Instantly share code, notes, and snippets.

@kapso
Created January 28, 2012 00:31
Show Gist options
  • Save kapso/1691796 to your computer and use it in GitHub Desktop.
Save kapso/1691796 to your computer and use it in GitHub Desktop.
begin
# some code here that generates an exception, this code is my model class
logger.info "Some error..."
rescue => e
logger.error "Some error - #{e.message}"
Airbrake.notify e
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment