Exception: Hyrax::Ingest::Errors::FileNotFoundInSIP

Inherits:
Hyrax::Ingest::Error show all
Defined in:
lib/hyrax/ingest/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(sip_path, string_or_regexp) ⇒ FileNotFoundInSIP

Returns a new instance of FileNotFoundInSIP.



39
40
41
# 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