Show
Ignore:
Timestamp:
01/08/2007 15:11:55 (23 months ago)
Author:
why
Message:
  • lib/camping/fastcgi.rb: e should be exc (#115)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/camping/fastcgi.rb

    r178 r181  
    177177            req.out << body.to_s 
    178178        end 
    179     rescue Exception => e 
     179    rescue Exception => exc 
    180180        req.out << server_error(root, path, exc, req) 
    181181    ensure