Exception: EY::NoInstancesError

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

Instance Method Summary collapse

Methods inherited from Error

#ambiguous

Constructor Details

#initialize(env_name) ⇒ NoInstancesError

Returns a new instance of NoInstancesError.



55
56
57
# File 'lib/engineyard/error.rb', line 55

def initialize(env_name)
  super "The environment '#{env_name}' does not have any matching instances."
end