Exception: Sequel::Error::Rollback

Inherits:
Sequel::Error show all
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.