Exception: EY::EnvironmentUnlinkedError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initialize(env_name) ⇒ EnvironmentUnlinkedError

Returns a new instance of EnvironmentUnlinkedError.



104
105
106
# File 'lib/engineyard/error.rb', line 104

def initialize(env_name)
  super "Environment '#{env_name}' exists but does not run this application."
end