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