Exception: DMAO::Ingesters::Errors::IngestEntityError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error ingesting entity.") ⇒ IngestEntityError

Returns a new instance of IngestEntityError.



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

def initialize(msg="Error ingesting entity.")
  super(msg)
end