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

Rollback is a special error used to rollback a transactions. A transaction block will catch this error and won‘t pass further up the stack.

[Validate]