mirror of
https://github.com/aykhans/dodo.git
synced 2025-04-18 18:39:43 +00:00
✨ Add ErrTimeout to custom_errors package
This commit is contained in:
parent
2bea8b3314
commit
b91c32d990
@ -12,6 +12,7 @@ var (
|
||||
ErrInvalidFile = errors.New("invalid file")
|
||||
ErrInterrupt = errors.New("interrupted")
|
||||
ErrNoInternet = errors.New("no internet connection")
|
||||
ErrTimeout = errors.New("timeout")
|
||||
)
|
||||
|
||||
func As(err error, target any) bool {
|
||||
|
Loading…
x
Reference in New Issue
Block a user