Exception: DMAO::Ingesters::Errors::IngestPersonError

Inherits:
IngestEntityError show all
Defined in:
lib/dmao/ingesters/errors/ingest_person_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error ingesting person.") ⇒ IngestPersonError

Returns a new instance of IngestPersonError.



9
10
11
# File 'lib/dmao/ingesters/errors/ingest_person_error.rb', line 9

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