class EY::CloudClient::BadEndpointError

Public Class Methods

new(endpoint) click to toggle source
Calls superclass method
# File lib/engineyard-cloud-client/errors.rb, line 15
def initialize(endpoint)
  super "#{endpoint.inspect} is not a valid endpoint URI. Endpoint must be an absolute URI."
end