wheat-cache/pkg/errorx/event.go

6 lines
94 B
Go
Raw Permalink Normal View History

2021-11-11 22:24:17 +08:00
package errorx
func EventRecoveryErr() error {
return New("this event has been recycled")
}