Exception: Bundler::GenericSystemCallError
| 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
BundlerError - Inherited
Instance Attribute Summary
- #underlying_error readonly
Constructor Details
    .new(underlying_error, message)  ⇒ GenericSystemCallError 
  
# File 'lib/bundler/errors.rb', line 199
def initialize(, ) @underlying_error = super("#{}\nThe underlying system error is #{@underlying_error.class}: #{@underlying_error}") end
Instance Attribute Details
#underlying_error (readonly)
[ GitHub ]# File 'lib/bundler/errors.rb', line 197
attr_reader :