authelia/internal/utils/constants.go
2019-12-05 11:05:24 +01:00

7 lines
146 B
Go

package utils
import "errors"
// ErrTimeoutReached error thrown when a timeout is reached
var ErrTimeoutReached = errors.New("timeout reached")