Exception: EY::AmbiguousEnvironmentNameError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initialize(name, matches, desc = "") ⇒ AmbiguousEnvironmentNameError

Returns a new instance of AmbiguousEnvironmentNameError.



70
71
72
# File 'lib/engineyard/error.rb', line 70

def initialize(name, matches, desc="")
  super ambiguous("environment", name, matches, desc)
end