# File lib/action_controller/metal/rescue.rb, line 6
6: def rescue_with_handler(exception)
7: if (exception.respond_to?(:original_exception) &&
8: (orig_exception = exception.original_exception) &&
9: handler_for_rescue(orig_exception))
10: exception = orig_exception
11: end
12: super(exception)
13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.