123456789_123456789_123456789_123456789_123456789_

Exception: Bundler::YamlSyntaxError

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, BundlerError, StandardError
Instance Chain:
self, BundlerError, StandardError
Inherits: Bundler::BundlerError
Defined in: lib/bundler/errors.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(orig_exception, msg) ⇒ YamlSyntaxError

[ GitHub ]

  
# File 'lib/bundler/errors.rb', line 152

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

Instance Attribute Details

#orig_exception (readonly)

[ GitHub ]

  
# File 'lib/bundler/errors.rb', line 150

attr_reader :orig_exception