Exception: Hyrax::Ingest::Errors::InvalidFetchOptions
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::InvalidFetchOptions
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(invalid_options) ⇒ InvalidFetchOptions
constructor
A new instance of InvalidFetchOptions.
Constructor Details
#initialize(invalid_options) ⇒ InvalidFetchOptions
Returns a new instance of InvalidFetchOptions.
111 112 113 |
# File 'lib/hyrax/ingest/errors.rb', line 111 def initialize() super("Invalid fetch options: #{Array().join(', ')}") end |