Exception: Io::Flow::Reference::V0::HttpClient::PreconditionException
- Inherits:
-
StandardError
- Object
- StandardError
- Io::Flow::Reference::V0::HttpClient::PreconditionException
- Defined in:
- lib/flow_reference_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.
1166 1167 1168 1169 |
# File 'lib/flow_reference_v0_client.rb', line 1166 def initialize() super() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
1164 1165 1166 |
# File 'lib/flow_reference_v0_client.rb', line 1164 def @message end |