# File lib/phusion_passenger/utils.rb, line 509 509: def backtrace_string(current_location = nil) 510: if current_location.nil? 511: location = nil 512: else 513: location = "in #{current_location} " 514: end 515: return "*** Exception #{self.class} #{location}" << 516: "(#{self}) (process #{$$}):\n" << 517: "\tfrom " << backtrace.join("\n\tfrom ") 518: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.