Exception: Io::Flow::Reference::V0::HttpClient::PreconditionException
- Inherits:
-
Exception
- Object
- Exception
- Io::Flow::Reference::V0::HttpClient::PreconditionException
- Defined in:
- lib/io_flow_reference_v0.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.
900 901 902 903 |
# File 'lib/io_flow_reference_v0.rb', line 900 def initialize() super() @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
898 899 900 |
# File 'lib/io_flow_reference_v0.rb', line 898 def @message end |