class Bundler::VersionConflict
Internal error, should be rescued
Attributes
conflicts[R]
Public Class Methods
new(conflicts, msg = nil)
click to toggle source
Calls superclass method
Exception::new
# File lib/bundler/errors.rb, line 27 def initialize(conflicts, msg = nil) super(msg) @conflicts = conflicts end