Exception: Mongoid::Errors::Rollback

Inherits:
MongoidError
  • Object
show all
Defined in:
lib/mongoid/errors/rollback.rb

Overview

This error should be raised to deliberately rollback a transaction without passing on an exception. Normally, raising an exception inside a Mongoid transaction causes rolling the MongoDB transaction back, and the exception is passed on. If Mongoid::Error::Rollback exception is raised, then the MongoDB transaction will be rolled back, without passing on the exception.

Constant Summary

Constants inherited from MongoidError

MongoidError::BASE_KEY

Instance Attribute Summary

Attributes inherited from MongoidError

#problem, #resolution, #summary

Method Summary

Methods inherited from MongoidError

#compose_message