leaf-library-3/internal/consts/router.go
2024-12-06 01:44:29 +08:00

8 lines
165 B
Go

package consts
import "errors"
var (
ErrInternalServerError = errors.New("there was a server error, but we have logged this request for further investigation")
)