Exception: DMAO::Ingesters::Errors::IngestProjectError

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of IngestProjectError.



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

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