class DMAO::Ingesters::Errors::IngestProjectParticipantError
Public Class Methods
new(msg="Error ingesting project participant.")
click to toggle source
Calls superclass method
DMAO::Ingesters::Errors::IngestEntityError::new
# File lib/dmao/ingesters/errors/ingest_project_participant_error.rb, line 9 def initialize(msg="Error ingesting project participant.") super(msg) end