类 Bundler::YamlSyntaxError

属性

orig_exception[R]

公共类方法

new(orig_exception, msg) 点击切换源代码
调用父类方法
# File bundler/errors.rb, line 152
def initialize(orig_exception, msg)
  super(msg)
  @orig_exception = orig_exception
end