Methods

Class/Module Index [+]

Quicksearch

Bundler::YamlSyntaxError

Attributes

orig_exception[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.