mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2026-05-19 03:54:38 -04:00
8 lines
220 B
Go
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"
|