Exception: EasyMapper::Errors::AnonymousClassError

Inherits:
EasyMapperError
  • Object
show all
Defined in:
lib/easy_mapper/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeAnonymousClassError

Returns a new instance of AnonymousClassError.



19
20
21
# File 'lib/easy_mapper/errors.rb', line 19

def initialize
  super 'Anonymous classes must provide a table name'
end