method
new
v4.2.9 -
Show latest stable
- Class:
ActiveRecord::AttributeAssignmentError
new(message, exception, attribute)public
No documentation available.
# File activerecord/lib/active_record/errors.rb, line 200
def initialize(message, exception, attribute)
super(message)
@exception = exception
@attribute = attribute
end