Exception: Hyrax::Ingest::Errors::AmbiguousFetchOptions

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

Instance Method Summary collapse

Constructor Details

#initialize(ambiguous_options) ⇒ AmbiguousFetchOptions

Returns a new instance of AmbiguousFetchOptions.



99
100
101
# File 'lib/hyrax/ingest/errors.rb', line 99

def initialize(ambiguous_options)
  super("Could not determine which transformer class to use given the following options: #{Array(ambiguous_options).join(', ')}")
end