class DMAO::Ingesters::Errors::IngestProjectError

Public Class Methods

new(msg="Error ingesting project.") click to toggle source
# File lib/dmao/ingesters/errors/ingest_project_error.rb, line 9
def initialize(msg="Error ingesting project.")
  super(msg)
end