Exception: VagrantPlugins::AVF::Errors::MachineRequirementsChanged
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::AVF::Errors::MachineRequirementsChanged
- Defined in:
- lib/vagrant_provider_avf/errors.rb
Instance Method Summary collapse
-
#initialize(fields) ⇒ MachineRequirementsChanged
constructor
A new instance of MachineRequirementsChanged.
Constructor Details
#initialize(fields) ⇒ MachineRequirementsChanged
Returns a new instance of MachineRequirementsChanged.
31 32 33 34 35 36 |
# File 'lib/vagrant_provider_avf/errors.rb', line 31 def initialize(fields) super( "machine requirements changed for the existing machine (#{fields.join(', ')}). " \ "Destroy and recreate the machine to apply those changes." ) end |