Exception: RLP::Error::DecodingError
- Inherits:
-
RLPException
- Object
- Exception
- RLPException
- RLP::Error::DecodingError
- Defined in:
- lib/rlp/error.rb
Instance Attribute Summary collapse
-
#rlp ⇒ Object
readonly
Returns the value of attribute rlp.
Instance Method Summary collapse
-
#initialize(message, rlp) ⇒ DecodingError
constructor
A new instance of DecodingError.
Constructor Details
#initialize(message, rlp) ⇒ DecodingError
Returns a new instance of DecodingError.
19 20 21 22 23 |
# File 'lib/rlp/error.rb', line 19 def initialize(, rlp) super() @rlp = rlp end |
Instance Attribute Details
#rlp ⇒ Object (readonly)
Returns the value of attribute rlp.
17 18 19 |
# File 'lib/rlp/error.rb', line 17 def rlp @rlp end |