Exception: Tapjoy::AutoscalingBootstrap::Errors::ELB::MissingPort

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

Overview

Raise if ELB port is missing

Instance Method Summary collapse

Constructor Details

#initializeMissingPort

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