Class Sequel::Rollback
In: lib/sequel/exceptions.rb
Parent: Error

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).

[Validate]