Class: DataMapper::TypeMap::Error

Constructor Summary

public initialize(type)
[View source]


73
74
75
# File 'dm-core/lib/dm-core/type_map.rb', line 73

def initialize(type)
  super("Type #{type} must have a default primitive or type map entry")
end

Public Visibility

Public Instance Methods Inherited from StandardError

display

Public Instance Methods Inherited from Object

validatable?