Exception: Sequel::Rollback

Inherits:
Error show all
Defined in:
lib/sequel/exceptions.rb

Overview

Error that you should raise to signal a rollback of the current transaction. The transaction block will catch this exception, rollback the current transaction, and won’t reraise it (unless a reraise is requested).

Constant Summary

Constants inherited from Error

Error::AdapterNotFound, Error::InvalidOperation, Error::InvalidValue, Error::PoolTimeoutError, Error::Rollback

Instance Attribute Summary

Attributes inherited from Error

#wrapped_exception