ruby / 2.6.3 / bundler / virtualprotocolerror.html /

class Bundler::VirtualProtocolError

Parent:
Bundler::BundlerError

Public Instance Methods

message () Show source
# File lib/bundler/errors.rb, line 123
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

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.