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.



45
46
47
# File 'lib/engineyard/error.rb', line 45

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