Created
January 28, 2012 00:31
-
-
Save kapso/1691796 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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