Throws an exception with a detailed message.
@override Never expect(String expect) { throw CodableException.unexpectedType(expected: expect, data: buffer, offset: _offset); }