feat: enhanced error handling module

This commit is contained in:
yusing
2025-04-16 12:10:54 +08:00
parent 18ab6c52ec
commit 4615d7dd4e
8 changed files with 112 additions and 30 deletions

View File

@@ -1,9 +1,10 @@
package gperr
import (
"encoding/json"
"errors"
"fmt"
"github.com/yusing/go-proxy/pkg/json"
)
func newError(message string) error {