Exception: Hyrax::Ingest::Errors::NoSharedSIPSpecified

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

Instance Method Summary collapse

Constructor Details

#initializeNoSharedSIPSpecified

Returns a new instance of NoSharedSIPSpecified.



21
22
23
# File 'lib/hyrax/ingest/errors.rb', line 21

def initialize
  super("No shared SIP was specified.")
end