Exception: Tapjoy::AutoscalingBootstrap::Errors::InvalidEnvironment

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

Overview

Raise if an invalid environment is specified

Instance Method Summary collapse

Constructor Details

#initializeInvalidEnvironment

Returns a new instance of InvalidEnvironment.



16
17
18
# File 'lib/tapjoy/autoscaling_bootstrap/errors.rb', line 16

def initialize
  abort('Invalid environment specified')
end