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