Exception: VagrantPlugins::AVF::Errors::MissingMachineState

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vagrant_provider_avf/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeMissingMachineState

Returns a new instance of MissingMachineState.



40
41
42
# File 'lib/vagrant_provider_avf/errors.rb', line 40

def initialize
  super("read_state did not set :machine_state")
end