merge master && fix both modify

This commit is contained in:
2025-05-10 19:35:05 +08:00
3 changed files with 30 additions and 1 deletions

View File

@ -25,4 +25,6 @@ type IException interface {
ToError() error
// IsCode 是否为指定code
IsCode(code any) bool
// GetStack 获取调用堆栈
GetStack() string
}