Exception: Hyrax::Ingest::Errors::InvalidSIPPath

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

Instance Method Summary collapse

Constructor Details

#initialize(invalid_path) ⇒ InvalidSIPPath

Returns a new instance of InvalidSIPPath.



9
10
11
# File 'lib/hyrax/ingest/errors.rb', line 9

def initialize(invalid_path)
  super("#{invalid_path} is not a valid SIP path")
end