Namespace VBoxManage errors properly

This commit is contained in:
Mitchell Hashimoto 2013-03-06 14:47:28 -08:00
parent 5b18cfae28
commit 65e3614226
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ module VagrantPlugins
end
# If we reached this point then it didn't work out.
raise Errors::VBoxManageError, :command => command.inspect
raise Vagrant::Errors::VBoxManageError, :command => command.inspect
end
def suspend