Exception: VagrantPlugins::AVF::Errors::SshPortUnavailable

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ SshPortUnavailable

Returns a new instance of SshPortUnavailable.



70
71
72
# File 'lib/vagrant_provider_avf/errors.rb', line 70

def initialize(message)
  super(message)
end