ActiveRecordError
Represents exceptions that have propagated up through the JDBC API.
# File lib/arjdbc/jdbc/base_ext.rb, line 34 def set_backtrace(backtrace) @raw_backtrace = backtrace if nested = original_exception backtrace = backtrace - ( nested.respond_to?(:raw_backtrace) ? nested.raw_backtrace : nested.backtrace ) backtrace << "#{nested.backtrace.first}: #{nested.message} (#{nested.class.name})" backtrace += nested.backtrace[1..-1] || [] end super(backtrace) end
Generated with the Darkfish Rdoc Generator 2.