Exception: Thrift::Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Thrift::Exception
- Defined in:
- lib/thrift/exceptions.rb
Direct Known Subclasses
ApplicationException, ProtocolException, TransportException, TypeError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(message) ⇒ Exception
Returns a new instance of Exception.
22 23 24 25 |
# File 'lib/thrift/exceptions.rb', line 22 def initialize() super @message = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
27 28 29 |
# File 'lib/thrift/exceptions.rb', line 27 def @message end |