Exception: Hyrax::Ingest::Errors::NoSharedSIPSpecified
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::NoSharedSIPSpecified
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSharedSIPSpecified
constructor
A new instance of NoSharedSIPSpecified.
Constructor Details
#initialize ⇒ NoSharedSIPSpecified
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 |