Method: ActiveEntity::AttributeAssignmentError#initialize
- Defined in:
- lib/active_entity/errors.rb
#initialize(message = nil, exception = nil, attribute = nil) ⇒ AttributeAssignmentError
Returns a new instance of AttributeAssignmentError.
51 52 53 54 55 |
# File 'lib/active_entity/errors.rb', line 51 def initialize( = nil, exception = nil, attribute = nil) super() @exception = exception @attribute = attribute end |