Exception: Sequel::Error::Rollback
- Inherits:
-
Sequel::Error
- Object
- StandardError
- Sequel::Error
- Sequel::Error::Rollback
- Defined in:
- lib/sequel_core/exceptions.rb
Overview
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.