In Files

  • bundler/errors.rb

Class/Module Index [+]

Quicksearch

Bundler::VirtualProtocolError

Public Instance Methods

message() click to toggle source
 
               # File bundler/errors.rb, line 139
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
            
There is an updated format of the API docs for this version here.