Exception: DataMapper::TypeMap::Error
- Inherits:
-
StandardError
- Object
- Exception
- StandardError
- DataMapper::TypeMap::Error
- Defined in:
- lib/gems/dm-core-0.9.9/lib/dm-core/type_map.rb
Overview
class TypeChain
Instance Method Summary collapse
-
#initialize(type) ⇒ Error
constructor
A new instance of Error.
Methods inherited from StandardError
Methods inherited from Exception
Constructor Details
#initialize(type) ⇒ Error
Returns a new instance of Error.
75 76 77 |
# File 'lib/gems/dm-core-0.9.9/lib/dm-core/type_map.rb', line 75 def initialize(type) super("Type #{type} must have a default primitive or type map entry") end |