Class: VagrantPlugins::Helpers::MissingVMBoxOptionError

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/vagrant-helpers.rb

Instance Method Summary collapse

Instance Method Details

#error_messageObject



23
24
25
# File 'lib/vagrant-helpers.rb', line 23

def error_message
  "Missing vm.box option in `opts.yaml` file!"
end