class Moped::Errors::CursorNotFound
Exception raised if the cursor could not be found.
Public Class Methods
Source
# File lib/moped/errors.rb, line 133 def initialize(operation, cursor_id) super(operation, {"errmsg" => "cursor #{cursor_id} not found"}) end
Calls superclass method
Moped::Errors::MongoError::new