Exception: Capistrano::ASG::Rolling::NoInstancesLaunched

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

Overview

Exception when no instances could be launched.

Instance Method Summary collapse

Constructor Details

#initializeNoInstancesLaunched

Returns a new instance of NoInstancesLaunched.



38
39
40
# File 'lib/capistrano/asg/rolling/exception.rb', line 38

def initialize
  super('No instances have been launched. Are you using a configuration with rolling deployments?')
end