method

new

ruby latest stable - Class: Bundler::GenericSystemCallError

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

new(underlying_error, message)
public

No documentation available.

# File lib/bundler/errors.rb, line 151
    def initialize(underlying_error, message)
      @underlying_error = underlying_error
      super("#{message}\nThe underlying system error is #{@underlying_error.class}: #{@underlying_error}")
    end