123456789_123456789_123456789_123456789_123456789_

Exception: Bundler::VirtualProtocolError

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

Instance Method Summary

Instance Method Details

#message

[ GitHub ]

  
# File 'lib/bundler/errors.rb', line 171

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