# File lib/moped/protocol/command.rb, line 39 def failure_exception(reply) Errors::OperationFailure.new(self, reply.documents.first) end