Exception: EasyMapper::Errors::UnknownAttributeError

Inherits:
EasyMapperError
  • Object
show all
Defined in:
lib/easy_mapper/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(attribute_name) ⇒ UnknownAttributeError

Returns a new instance of UnknownAttributeError.



10
11
12
# File 'lib/easy_mapper/errors.rb', line 10

def initialize(attribute_name)
  super "Unknown attribute #{attribute_name}"
end