Exception: Bundler::VirtualProtocolError

Inherits:
BundlerError
  • Object
show all
Defined in:
lib/bundler/errors.rb

Instance Method Summary collapse

Methods inherited from BundlerError

all_errors, status_code

Instance Method Details

#messageObject



124
125
126
127
# File 'lib/bundler/errors.rb', line 124

def message
  "There was an error relating to virtualization and file access." \
  "It is likely that you need to grant access to or mount some file system correctly."
end