Methods

Class/Module Index [+]

Quicksearch

Moped::Errors::CursorNotFound

Exception raised if the cursor could not be found.

Public Class Methods

new(operation, cursor_id) click to toggle source
# File lib/moped/errors.rb, line 126
def initialize(operation, cursor_id)
  super(operation, {"errmsg" => "cursor #{cursor_id} not found"})
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.