Exception: FormObject::MappingInformationNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- FormObject::MappingInformationNotFound
- Defined in:
- lib/form_object/base/collection.rb
Instance Method Summary collapse
-
#initialize(critery) ⇒ MappingInformationNotFound
constructor
A new instance of MappingInformationNotFound.
Constructor Details
#initialize(critery) ⇒ MappingInformationNotFound
Returns a new instance of MappingInformationNotFound.
4 5 6 |
# File 'lib/form_object/base/collection.rb', line 4 def initialize( critery ) super "#{critery.inspect} not found" end |