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