Exception: Io::Flow::V0::HttpClient::PreconditionException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flow_commerce/flow_api_v0_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ PreconditionException



53501
53502
53503
53504
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 53501

def initialize(message)
  super(message)
  @message = message
end

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



53499
53500
53501
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 53499

def message
  @message
end