Files
AdGuardDNS/internal/profiledb/error.go
Andrey Meshkov 16fd7a2fd0 Sync v2.2.0
2023-06-11 12:58:40 +03:00

8 lines
220 B
Go

package profiledb
import "github.com/AdguardTeam/golibs/errors"
// ErrDeviceNotFound is an error returned by lookup methods when a device
// couldn't be found.
const ErrDeviceNotFound errors.Error = "device not found"