Exception: Bundler::VirtualProtocolError
- Inherits:
-
BundlerError
- Object
- StandardError
- BundlerError
- Bundler::VirtualProtocolError
- Defined in:
- lib/bundler/errors.rb
Instance Method Summary collapse
Methods inherited from BundlerError
Instance Method Details
#message ⇒ Object
171 172 173 174 |
# File 'lib/bundler/errors.rb', line 171 def "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 |