core: forgot error for last commit

This commit is contained in:
Mitchell Hashimoto 2014-08-08 11:24:39 -07:00
parent ae1a03903e
commit e673c3251c
1 changed files with 4 additions and 0 deletions

View File

@ -716,6 +716,10 @@ module Vagrant
error_key(:virtualbox_install_incomplete)
end
class VirtualBoxNoName < VagrantError
error_key(:virtualbox_no_name)
end
class VMBaseMacNotSpecified < VagrantError
error_key(:no_base_mac, "vagrant.actions.vm.match_mac")
end