leaf-library-3/internal/consts/router.go

8 lines
165 B
Go
Raw Normal View History

2024-12-05 17:44:29 +00:00
package consts
import "errors"
var (
ErrInternalServerError = errors.New("there was a server error, but we have logged this request for further investigation")
)