Exception: VagrantPlugins::AVF::Errors::SshForwarderStartFailed

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SshForwarderStartFailed

Returns a new instance of SshForwarderStartFailed.



76
77
78
# File 'lib/vagrant_provider_avf/errors.rb', line 76

def initialize(message)
  super("failed to start SSH port forwarding: #{message}")
end