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
- .new(orig_exception, msg) ⇒ YamlSyntaxError constructor
BundlerError
- Inherited
Instance Attribute Summary
- #orig_exception readonly
Constructor Details
.new(orig_exception, msg) ⇒ YamlSyntaxError
# File 'lib/bundler/errors.rb', line 121
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 119
attr_reader :orig_exception