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.



43
44
45
# File 'lib/capistrano/asg/rolling/exception.rb', line 43

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