Exception: DMAO::Ingesters::Errors::EmptyAttributes

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dmao/ingesters/errors/empty_attributes.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Attributes need to be specified.") ⇒ EmptyAttributes

Returns a new instance of EmptyAttributes.



7
8
9
# File 'lib/dmao/ingesters/errors/empty_attributes.rb', line 7

def initialize(msg="Attributes need to be specified.")
  super(msg)
end