Exception: Bundler::Plugin::Index::SourceConflict
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Bundler::PluginError ,
::Bundler::BundlerError ,
StandardError
|
|
Instance Chain:
self,
::Bundler::PluginError ,
::Bundler::BundlerError ,
StandardError
|
|
Inherits: |
Bundler::PluginError
|
Defined in: | lib/bundler/plugin/index.rb |
Class Method Summary
- .new(plugin, sources) ⇒ SourceConflict constructor
::Bundler::BundlerError
- Inherited
Constructor Details
.new(plugin, sources) ⇒ SourceConflict
# 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