Exception: Bundler::NoSpaceOnDeviceError

Inherits:
PermissionError show all
Defined in:
lib/bundler/errors.rb

Instance Method Summary collapse

Methods inherited from PermissionError

#action, #initialize

Methods inherited from BundlerError

all_errors, status_code

Constructor Details

This class inherits a constructor from Bundler::PermissionError

Instance Method Details

#messageObject



141
142
143
144
# File 'lib/bundler/errors.rb', line 141

def message
  "There was an error while trying to #{action} `#{@path}`. " \
  "There was insufficient space remaining on the device."
end