1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
This commit is contained in:
2023-10-26 14:42:56 +08:00
parent 0d124c0b79
commit 91a5a7d612
8 changed files with 160 additions and 53 deletions

View File

@ -12,6 +12,8 @@ const (
defaultErrorCode = "999999"
)
var NotImplemented = errors.New("Not Implemented")
type Error interface {
Wraped() []error
Code() string