class Bundler::GemRequireError

def initialize(orig_exception, msg)

def initialize(orig_exception, msg)
  super(msg)
  @orig_exception = orig_exception
end