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



29867
29868
29869
29870
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 29867

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



29865
29866
29867
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 29865

def message
  @message
end