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