Exception: Lotus::Model::NoMappingError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lotus/model/mapper.rb

Overview

Error for missing mapper It’s raised when loading model without mapper

See Also:

Since:

  • 0.2.0

Instance Method Summary collapse

Constructor Details

#initializeNoMappingError

Returns a new instance of NoMappingError.

Since:

  • 0.2.0



12
13
14
# File 'lib/lotus/model/mapper.rb', line 12

def initialize
  super("Mapping is missing. Please check your framework configuration.")
end