Sha256: 383a927dac4f76ef1749d0bd2ed4fe12bcc582bb4cfcba801c6fd7a2469be5bb

Contents?: true

Size: 271 Bytes

Versions: 25

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Fixity
    ##
    # @note this inherits `Ldp::NotFonud` for backwards compatibility.
    #   This should be a `RuntimeError` or `ArgumentError` in Hyrax 4.0.
    class MissingContentError < Ldp::NotFound; end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/services/hyrax/fixity/missing_content_error.rb
hyrax-5.0.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-5.0.0.rc3 app/services/hyrax/fixity/missing_content_error.rb
hyrax-5.0.0.rc2 app/services/hyrax/fixity/missing_content_error.rb
hyrax-5.0.0.rc1 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.6.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0.rc3 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0.rc2 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0.rc1 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.5.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0.beta2 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.4.2 app/services/hyrax/fixity/missing_content_error.rb
hyrax-4.0.0.beta1 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.4.1 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.4.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.3.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.2.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.1.0 app/services/hyrax/fixity/missing_content_error.rb
hyrax-3.0.2 app/services/hyrax/fixity/missing_content_error.rb