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

Returns a new instance of PreconditionException.



45879
45880
45881
45882
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 45879

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



45877
45878
45879
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 45877

def message
  @message
end