new(underlying_error, message)click to toggle source
# File bundler/errors.rb, line 167definitialize(underlying_error, message)
@underlying_error = underlying_errorsuper("#{message}\nThe underlying system error is #{@underlying_error.class}: #{@underlying_error}")
end
This page was generated for Ruby 3.1.2
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.