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.



34010
34011
34012
34013
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 34010

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



34008
34009
34010
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 34008

def message
  @message
end