Exception: Cborb::InvalidByteSequenceError
- Inherits:
-
DecodingError
- Object
- StandardError
- Error
- DecodingError
- Cborb::InvalidByteSequenceError
- Defined in:
- lib/cborb/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidByteSequenceError
constructor
A new instance of InvalidByteSequenceError.
Constructor Details
#initialize ⇒ InvalidByteSequenceError
Returns a new instance of InvalidByteSequenceError.
7 8 9 |
# File 'lib/cborb/errors.rb', line 7 def initialize super("CBOR has invalid byte sequence") end |