method
new

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