Sha256: 88cb2ba680d0e4a8e80e1525d850bb0715af0ea0bf8cdf4baa8259455609b3e7

Contents?: true

Size: 418 Bytes

Versions: 4

Compression:

Stored size: 418 Bytes

Contents

module Harvestdor
  module Errors
    MissingPurlPage = Class.new(RuntimeError)
    MissingMods = Class.new(RuntimeError)
    MissingPublicXml = Class.new(RuntimeError)
    MissingContentMetadata = Class.new(RuntimeError)
    MissingIdentityMetadata = Class.new(RuntimeError)
    MissingRightsMetadata = Class.new(RuntimeError)
    MissingRDF = Class.new(RuntimeError)
    MissingDC = Class.new(RuntimeError)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
harvestdor-0.3.2 lib/harvestdor/errors.rb
harvestdor-0.3.1 lib/harvestdor/errors.rb
harvestdor-0.3.0 lib/harvestdor/errors.rb
harvestdor-0.2.0 lib/harvestdor/errors.rb