core: forgot error for last commit
This commit is contained in:
parent
ae1a03903e
commit
e673c3251c
|
@ -716,6 +716,10 @@ module Vagrant
|
||||||
error_key(:virtualbox_install_incomplete)
|
error_key(:virtualbox_install_incomplete)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
class VirtualBoxNoName < VagrantError
|
||||||
|
error_key(:virtualbox_no_name)
|
||||||
|
end
|
||||||
|
|
||||||
class VMBaseMacNotSpecified < VagrantError
|
class VMBaseMacNotSpecified < VagrantError
|
||||||
error_key(:no_base_mac, "vagrant.actions.vm.match_mac")
|
error_key(:no_base_mac, "vagrant.actions.vm.match_mac")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue