class Bundler::YamlSyntaxError

Attributes

orig_exception[R]

Public Class Methods

new(orig_exception, msg) click to toggle source
Calls superclass method
# File bundler/errors.rb, line 121
def initialize(orig_exception, msg)
  super(msg)
  @orig_exception = orig_exception
end