Exception: Bundler::Plugin::Index::SourceConflict
- Inherits:
-
Bundler::PluginError
- Object
- StandardError
- BundlerError
- Bundler::PluginError
- Bundler::Plugin::Index::SourceConflict
- Defined in:
- lib/bundler/plugin/index.rb
Instance Method Summary collapse
-
#initialize(plugin, sources) ⇒ SourceConflict
constructor
A new instance of SourceConflict.
Methods inherited from BundlerError
Constructor Details
#initialize(plugin, sources) ⇒ SourceConflict
Returns a new instance of SourceConflict.
17 18 19 20 |
# File 'lib/bundler/plugin/index.rb', line 17 def initialize(plugin, sources) msg = "Source(s) `#{sources.join("`, `")}` declared by #{plugin} are already registered." super msg end |