class Hyrax::Ingest::Errors::FileNotFoundInSIP

Public Class Methods

new(sip_path, string_or_regexp) click to toggle source
Calls superclass method
# File lib/hyrax/ingest/errors.rb, line 39
def initialize(sip_path, string_or_regexp)
  super("No file matching #{string_or_regexp.inspect.to_s} was found in the SIP at path '#{sip_path}'")
end