Exception: Hyrax::Ingest::Errors::InvalidFetchOptions

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

Instance Method Summary collapse

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(invalid_options)
  super("Invalid fetch options: #{Array(invalid_options).join(', ')}")
end