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