class EY::NoInstancesError

Public Class Methods

new(env_name) click to toggle source
Calls superclass method
# File lib/engineyard/error.rb, line 12
def initialize(env_name)
  super "The environment '#{env_name}' does not have any matching instances."
end