Exception: VagrantPlugins::AVF::Errors::AvfHelperBuildFailed
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::AVF::Errors::AvfHelperBuildFailed
- Defined in:
- lib/vagrant_provider_avf/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ AvfHelperBuildFailed
constructor
A new instance of AvfHelperBuildFailed.
Constructor Details
#initialize(message) ⇒ AvfHelperBuildFailed
Returns a new instance of AvfHelperBuildFailed.
58 59 60 |
# File 'lib/vagrant_provider_avf/errors.rb', line 58 def initialize() super("failed to build the AVF helper: #{}") end |