class Dropcaster::AmbiguousSourcesError
Public Class Methods
new(ambiguous_sources)
click to toggle source
Calls superclass method
Dropcaster::ConfigurationError::new
# 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