wheat-cache/pkg/errorx/event.go

6 lines
94 B
Go

package errorx
func EventRecoveryErr() error {
return New("this event has been recycled")
}