class Bundler::YamlSyntaxError
Attributes
          orig_exception[R]
        
        Public Class Methods
          new(orig_exception, msg)
          
          click to toggle source
          
        
        
        
              Calls superclass method
              
          
          
          Exception::new
            # File lib/bundler/errors.rb, line 104 def initialize(orig_exception, msg) super(msg) @orig_exception = orig_exception end