Exception: Io::Flow::V0::HttpClient::PreconditionException
- Inherits:
-
Exception
- Object
- Exception
- Io::Flow::V0::HttpClient::PreconditionException
- Defined in:
- lib/flow_commerce/flow_api_v0_client.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ PreconditionException
constructor
A new instance of PreconditionException.
Constructor Details
#initialize(message) ⇒ PreconditionException
Returns a new instance of PreconditionException.
24661 24662 24663 24664 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 24661 def initialize() super() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
24659 24660 24661 |
# File 'lib/flow_commerce/flow_api_v0_client.rb', line 24659 def end |