Files
database/tx/exception.go
2023-04-11 22:43:39 +08:00

8 lines
153 B
Go

package tx
import "github.com/goal-web/supports/exceptions"
type CommitException = exceptions.Exception
type RollbackException = exceptions.Exception