Exception: Tapjoy::AutoscalingBootstrap::Errors::ELB::NotAnELB
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Tapjoy::AutoscalingBootstrap::Errors::ELB::NotAnELB
- Defined in:
- lib/tapjoy/autoscaling_bootstrap/errors/elb.rb
Overview
Raise if NaE
Instance Method Summary collapse
-
#initialize ⇒ NotAnELB
constructor
A new instance of NotAnELB.
Constructor Details
#initialize ⇒ NotAnELB
Returns a new instance of NotAnELB.
27 28 29 |
# File 'lib/tapjoy/autoscaling_bootstrap/errors/elb.rb', line 27 def initialize abort('CREATE_ELB specified without a name') end |