method
new
new(message, exception, attribute)
public
Hide source
# File activerecord/lib/active_record/errors.rb, line 200 def initialize(message, exception, attribute) super(message) @exception = exception @attribute = attribute end