class EY::CloudClient::NoBridgeError

Public Class Methods

new(env_name) click to toggle source
Calls superclass method
# File lib/engineyard-cloud-client/errors.rb, line 31
def initialize(env_name)
  super "The environment '#{env_name}' does not have a master instance."
end