Sha256: b3242253851dd643fa71d175efe189f7cb47be39e62273db99379dfb96aa0461

Contents?: true

Size: 291 Bytes

Versions: 4

Compression:

Stored size: 291 Bytes

Contents

require 'dmao/ingesters/errors/ingest_entity_error'

module DMAO
  module Ingesters
    module Errors

      class IngestOrganisationUnitError < IngestEntityError

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

      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dmao-generic-ingesters-0.7.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.6.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.5.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.4.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb