Exception: Tapjoy::AutoscalingBootstrap::Errors::ELB::MissingPort
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Tapjoy::AutoscalingBootstrap::Errors::ELB::MissingPort
- Defined in:
- lib/tapjoy/autoscaling_bootstrap/errors/elb.rb
Overview
Raise if ELB port is missing
Instance Method Summary collapse
-
#initialize ⇒ MissingPort
constructor
A new instance of MissingPort.
Constructor Details
#initialize ⇒ MissingPort
Returns a new instance of MissingPort.
34 35 36 |
# File 'lib/tapjoy/autoscaling_bootstrap/errors/elb.rb', line 34 def initialize abort('ELB port must be specified') end |