# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/metal/rescue.rb, line 6 def rescue_with_handler(exception) if (exception.respond_to?(:original_exception) && (orig_exception = exception.original_exception) && handler_for_rescue(orig_exception)) exception = orig_exception end super(exception) end
Generated with the Darkfish Rdoc Generator 2.