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

Inherits:
Exception
  • 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.



25226
25227
25228
25229
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 25226

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



25224
25225
25226
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 25224

def message
  @message
end