lib/bundler/errors.rb in bundler-1.12.0.pre.1 vs lib/bundler/errors.rb in bundler-1.12.0.pre.2
- old
+ new
@@ -96,6 +96,15 @@
"the operation again."
end
status_code(26)
end
+
+ class VirtualProtocolError < BundlerError
+ 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
+
+ status_code(27)
+ end
end