Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
backupify committed May 26, 2010
1 parent 7f9bda1 commit 832b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/failure/hoptoad.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def xml
x.url "http://github.com/defunkt/resque"
end
x.error do
x.class exception.class.name
x.tag! "class", exception.class.name
x.message "#{exception.class.name}: #{exception.message}"
x.backtrace do
fill_in_backtrace_lines(x)
Expand Down

0 comments on commit 832b0f2

Please sign in to comment.