Files
2024-02-19 22:55:14 +02:00

8 lines
103 B
Go

package zlogsentry
import (
"errors"
)
var ErrFlushTimeout = errors.New("zlogsentry flush timeout")