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.



42776
42777
42778
42779
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 42776

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

Instance Attribute Details

#messageObject (readonly)

Returns the value of attribute message.



42774
42775
42776
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 42774

def message
  @message
end