vagrant/lib
Brian Cain 44c6f655be
Fixes #11179: Ensure Vagrant::Errors are loaded in file_checksum util
Prior to this commit, the file_checksum class used the `Vagrant::Errors`
class as if it were apart of the Vagrant module. However, since the
file_checksum class is an interface and not part of the Vagrant module,
it doesn't have access to that Error class like other Vagrant modules.
This commit fixes that by ensuring the `"vagrant/errors"` class is
loaded, and that the proper namespace is used.
2019-11-07 09:22:17 -08:00
..
vagrant Fixes #11179: Ensure Vagrant::Errors are loaded in file_checksum util 2019-11-07 09:22:17 -08:00
vagrant.rb Remove level conditional for RestClient logging 2018-10-12 09:07:12 -07:00