mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-18 15:14:01 +00:00
✨ Add ErrTimeout to custom_errors package
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user