Exception: Mongoid::Scroll::Errors::InvalidCursorError

Inherits:
Base
  • Object
show all
Defined in:
lib/mongoid/scroll/errors/invalid_cursor_error.rb

Instance Attribute Summary

Attributes inherited from Base

#problem, #resolution, #summary

Instance Method Summary collapse

Methods inherited from Base

#compose_message

Constructor Details

#initialize(opts = {}) ⇒ InvalidCursorError

Returns a new instance of InvalidCursorError.



5
6
7
# File 'lib/mongoid/scroll/errors/invalid_cursor_error.rb', line 5

def initialize(opts = {})
  super(compose_message('invalid_cursor', opts))
end