From e673c3251c108d0a83d9ce03487e71b1867faed0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 8 Aug 2014 11:24:39 -0700 Subject: [PATCH] core: forgot error for last commit --- lib/vagrant/errors.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/vagrant/errors.rb b/lib/vagrant/errors.rb index 33e345b73..55789b00d 100644 --- a/lib/vagrant/errors.rb +++ b/lib/vagrant/errors.rb @@ -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