Exception: DMAO::Ingesters::Errors::IngestProjectParticipantError

Inherits:
IngestEntityError
  • Object
show all
Defined in:
lib/dmao/ingesters/errors/ingest_project_participant_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error ingesting project participant.") ⇒ IngestProjectParticipantError

Returns a new instance of IngestProjectParticipantError.



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

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