Files
base/internal/domain/profile/errors.go
2026-04-10 18:25:21 +03:30

6 lines
91 B
Go

package profile
import "errors"
var ErrProfileNotFound = errors.New("profile not found")