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
123 124 125 126 |
# File 'lib/bundler/errors.rb', line 123 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 |