In Files

  • bundler/errors.rb

Methods

Class/Module Index [+]

Quicksearch

Bundler::YamlSyntaxError

Attributes

orig_exception[R]

Public Class Methods

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