Skip to content

Commit

Permalink
Don't try to find non-existent error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed May 5, 2012
1 parent 857e608 commit bf924f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/classes/code_refheap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def post
@link = result
return true
else
raise "Error pasting to RefHeap: #{e.message}"
raise "Error pasting to RefHeap"
end
end

Expand Down

0 comments on commit bf924f6

Please sign in to comment.