Exception: VagrantPlugins::AVF::Errors::MachineDestroyFailed
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::AVF::Errors::MachineDestroyFailed
- Defined in:
- lib/vagrant_provider_avf/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ MachineDestroyFailed
constructor
A new instance of MachineDestroyFailed.
Constructor Details
#initialize(message) ⇒ MachineDestroyFailed
Returns a new instance of MachineDestroyFailed.
94 95 96 |
# File 'lib/vagrant_provider_avf/errors.rb', line 94 def initialize() super("failed to destroy the AVF virtual machine: #{}") end |