MongoidError
Raised when executing a map/reduce without specifying the output location.
Create the new error.
@example Create the new error.
NoMapReduceOutput.new({ map: "" })
@param [ Hash ] command The map/reduce command.
@since 3.0.0
# File lib/mongoid/errors/no_map_reduce_output.rb, line 16 def initialize(command) super( compose_message("no_map_reduce_output", { command: command }) ) end
Generated with the Darkfish Rdoc Generator 2.