Exception: Dropcaster::AmbiguousSourcesError

Inherits:
ConfigurationError show all
Defined in:
lib/dropcaster/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(ambiguousSources) ⇒ AmbiguousSourcesError

Returns a new instance of AmbiguousSourcesError.



15
16
17
# File 'lib/dropcaster/errors.rb', line 15

def initialize(ambiguousSources)
  super("The list of sources is ambiguous. Can't derive common directory from these: #{ambiguousSources.inspect}")
end