mongoid-scroll icon indicating copy to clipboard operation
mongoid-scroll copied to clipboard

NoSuchFieldError is unused

Open dblock opened this issue 1 year ago • 0 comments

The class in https://github.com/mongoid/mongoid-scroll/blob/master/lib/mongoid/scroll/errors/no_such_field_error.rb is not used. The original intent was likely to throw an exception when a cursor contained a field that no longer existed, we probably want to implement that functionality.

dblock avatar Sep 07 '24 13:09 dblock