Exception: EY::InvalidAppError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initialize(name) ⇒ InvalidAppError

Returns a new instance of InvalidAppError.



37
38
39
# File 'lib/engineyard/error.rb', line 37

def initialize(name)
  super %|There is no app configured with the name "#{name}"|
end