Exception: Capistrano::ASG::Rolling::NoInstancesLaunched
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- Capistrano::ASG::Rolling::NoInstancesLaunched
- Defined in:
- lib/capistrano/asg/rolling/exception.rb
Overview
Exception when no instances could be launched.
Instance Method Summary collapse
-
#initialize ⇒ NoInstancesLaunched
constructor
A new instance of NoInstancesLaunched.
Constructor Details
#initialize ⇒ NoInstancesLaunched
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 |