Exception: VagrantPlugins::AVF::Errors::MachineStopFailed

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ MachineStopFailed

Returns a new instance of MachineStopFailed.



88
89
90
# File 'lib/vagrant_provider_avf/errors.rb', line 88

def initialize(message)
  super("failed to stop the AVF virtual machine: #{message}")
end