Moped::Errors::DoNotDisconnect
Exception raised if the cursor could not be found.
# 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.