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