Exception: Hyrax::Ingest::Errors::AmbiguousFetchOptions
- Inherits:
-
Hyrax::Ingest::Error
- Object
- StandardError
- Hyrax::Ingest::Error
- Hyrax::Ingest::Errors::AmbiguousFetchOptions
- Defined in:
- lib/hyrax/ingest/errors.rb
Instance Method Summary collapse
-
#initialize(ambiguous_options) ⇒ AmbiguousFetchOptions
constructor
A new instance of AmbiguousFetchOptions.
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() super("Could not determine which transformer class to use given the following options: #{Array().join(', ')}") end |