Exception: VagrantPlugins::AVF::Errors::MissingBootArtifact

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

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ MissingBootArtifact

Returns a new instance of MissingBootArtifact.



46
47
48
# File 'lib/vagrant_provider_avf/errors.rb', line 46

def initialize(path)
  super("required boot artifact does not exist: #{path}")
end