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) ⇒ AmbiguousEnvironmentNameError

Returns a new instance of AmbiguousEnvironmentNameError.



66
67
68
# File 'lib/engineyard/error.rb', line 66

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