Exception: Tapjoy::AutoscalingBootstrap::Errors::ELB::NotAnELB

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/tapjoy/autoscaling_bootstrap/errors/elb.rb

Overview

Raise if NaE

Instance Method Summary collapse

Constructor Details

#initializeNotAnELB

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