class

MessagePack::UnpackError

Inherits MessagePack::Error / Exception / Reference / Object

Raised on invalid MessagePack strings.

Constructors

new(message, byte_number : Int32 = 0)

Creates a ParseException with the given message and byte number.

Source

Instance methods

byte_number

The byte number where the invalid MessagePack was detected.

Source