On this page
class Bundler::YamlSyntaxError
Attributes
orig_exception[R]
Public Class Methods
# File lib/bundler/errors.rb, line 104
def initialize(orig_exception, msg)
super(msg)
@orig_exception = orig_exception
end
Calls superclass method
Exception::new
Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.