Exception: EY::NoInstancesError

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

Instance Method Summary collapse

Constructor Details

#initialize(env_name) ⇒ NoInstancesError

Returns a new instance of NoInstancesError.



12
13
14
# File 'lib/engineyard/error.rb', line 12

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