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