Exception: VCAP::Services::Api::ServiceGatewayClient::NotFoundResponse

Inherits:
ErrorResponse
  • Object
show all
Defined in:
lib/services/api/clients/service_gateway_client.rb

Instance Attribute Summary

Attributes inherited from ErrorResponse

#error, #status

Instance Method Summary collapse

Methods inherited from ErrorResponse

#to_h, #to_s

Constructor Details

#initialize(error) ⇒ NotFoundResponse

Returns a new instance of NotFoundResponse.



51
52
53
# File 'lib/services/api/clients/service_gateway_client.rb', line 51

def initialize(error)
  super(404, error)
end