Exception: Dropcaster::AmbiguousSourcesError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- ConfigurationError
- Dropcaster::AmbiguousSourcesError
- Defined in:
- lib/dropcaster/errors.rb
Instance Method Summary collapse
-
#initialize(ambiguous_sources) ⇒ AmbiguousSourcesError
constructor
A new instance of AmbiguousSourcesError.
Constructor Details
#initialize(ambiguous_sources) ⇒ AmbiguousSourcesError
Returns a new instance of AmbiguousSourcesError.
17 18 19 |
# File 'lib/dropcaster/errors.rb', line 17 def initialize(ambiguous_sources) super("The list of sources is ambiguous. Can't derive common directory from these: #{ambiguous_sources.inspect}") end |