Namespace VBoxManage errors properly
This commit is contained in:
parent
5b18cfae28
commit
65e3614226
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue