123456789_123456789_123456789_123456789_123456789_

Exception: Bundler::Plugin::Index::CommandConflict

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Bundler::PluginError
Defined in: lib/bundler/plugin/index.rb

Class Method Summary

Constructor Details

.new(plugin, commands) ⇒ CommandConflict

[ GitHub ]

  
# File 'lib/bundler/plugin/index.rb', line 10

def initialize(plugin, commands)
  msg = "Command(s) `#{commands.join("`, `")}` declared by #{plugin} are already registered."
  super msg
end