class Bundler::VersionConflict

Parent:
Bundler::BundlerError

Internal error, should be rescued

Attributes

conflicts[R]

Public Class Methods

new(conflicts, msg = nil) Show source
# File lib/bundler/errors.rb, line 27
def initialize(conflicts, msg = nil)
  super(msg)
  @conflicts = conflicts
end
Calls superclass method Exception::new

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.