Exception: EY::NoAppMasterError

Inherits:
Error show all
Defined in:
lib/engineyard/error.rb

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initialize(env_name) ⇒ NoAppMasterError

Returns a new instance of NoAppMasterError.



49
50
51
# File 'lib/engineyard/error.rb', line 49

def initialize(env_name)
  super "The environment '#{env_name}' does not have a master instance."
end