Methods

Files

Class Index [+]

Quicksearch

ActiveRecord::WrappedDatabaseException

Parent class for all specific exceptions which wrap database driver exceptions provides access to the original exception also.

Attributes

original_exception[R]

Public Class Methods

new(message, original_exception) click to toggle source
    # File lib/active_record/errors.rb, line 70
70:     def initialize(message, original_exception)
71:       super(message)
72:       @original_exception = original_exception
73:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.