Exception: FormObject::MappingInformationNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/form_object/base/collection.rb

Instance Method Summary collapse

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