Sha256: 18f7b17dfffc05cfe1f9d64d453412a264afceadb6340ddde29985e15b907c86

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

module DMAO
  module Ingesters
    module Errors

      class IngestOrganisationUnitError < StandardError

        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.3.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.2.1 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.2.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb
dmao-generic-ingesters-0.1.0 lib/dmao/ingesters/errors/ingest_organisation_unit_error.rb