replace "rescue => e" with "rescue Object => e"
commit1356d7c2c178adf68fbb8b745524b8f20c0b292e
authorEric Wong <normalperson@yhbt.net>
Sun, 15 Nov 2009 20:10:42 +0000 (15 12:10 -0800)
committerEric Wong <normalperson@yhbt.net>
Sun, 15 Nov 2009 20:10:42 +0000 (15 12:10 -0800)
tree69214183bd9f79b8cfe6dd7cd82ecda77f7823d6
parenta80ba923659a4287f05a8c69fe2c5ad8b65d28f7
replace "rescue => e" with "rescue Object => e"

"Object" is needless noise and some folks are annoyed by
seeing it.
lib/unicorn.rb
lib/unicorn/app/old_rails.rb