Exception: EY::CloudClient::BadEndpointError

Inherits:
Error
  • Object
show all
Defined in:
lib/engineyard-cloud-client/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(endpoint) ⇒ BadEndpointError

Returns a new instance of BadEndpointError.



11
12
13
# File 'lib/engineyard-cloud-client/errors.rb', line 11

def initialize(endpoint)
  super "#{endpoint.inspect} is not a valid endpoint URI. Endpoint must be an absolute URI."
end