mirror of
http://github.com/goal-web/database
synced 2025-12-24 10:40:53 +08:00
8 lines
153 B
Go
8 lines
153 B
Go
package tx
|
|
|
|
import "github.com/goal-web/supports/exceptions"
|
|
|
|
type CommitException = exceptions.Exception
|
|
|
|
type RollbackException = exceptions.Exception
|