Exception: Capistrano::ASG::Rolling::SSHAvailabilityTimeoutError

Inherits:
Exception
  • Object
show all
Defined in:
lib/capistrano/asg/rolling/exception.rb

Overview

Exception when waiting for SSH availability timed out.

Instance Method Summary collapse

Constructor Details

#initialize(timeout) ⇒ SSHAvailabilityTimeoutError

Returns a new instance of SSHAvailabilityTimeoutError.



45
46
47
# File 'lib/capistrano/asg/rolling/exception.rb', line 45

def initialize(timeout)
  super("Timed out waiting for SSH to become available after #{timeout} seconds")
end