Exception: VagrantPlugins::AVF::Errors::SyncedFolderMountFailed

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

Instance Method Summary collapse

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(message)
  super("failed to mount an AVF shared directory: #{message}")
end