Exception: VagrantPlugins::AVF::Errors::LinuxCloudInitSeedFailed
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::AVF::Errors::LinuxCloudInitSeedFailed
- Defined in:
- lib/vagrant_provider_avf/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ LinuxCloudInitSeedFailed
constructor
A new instance of LinuxCloudInitSeedFailed.
Constructor Details
#initialize(message) ⇒ LinuxCloudInitSeedFailed
Returns a new instance of LinuxCloudInitSeedFailed.
82 83 84 |
# File 'lib/vagrant_provider_avf/errors.rb', line 82 def initialize() super("failed to write the Linux cloud-init seed: #{}") end |