Exception: VagrantPlugins::AVF::Errors::SyncedFolderMountFailed
- Inherits:
-
StandardError
- Object
- StandardError
- VagrantPlugins::AVF::Errors::SyncedFolderMountFailed
- Defined in:
- lib/vagrant_provider_avf/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ SyncedFolderMountFailed
constructor
A new instance of SyncedFolderMountFailed.
Constructor Details
#initialize(message) ⇒ SyncedFolderMountFailed
Returns a new instance of SyncedFolderMountFailed.
106 107 108 |
# File 'lib/vagrant_provider_avf/errors.rb', line 106 def initialize() super("failed to mount an AVF shared directory: #{}") end |