merge master && fix both modify
This commit is contained in:
@ -25,4 +25,6 @@ type IException interface {
|
||||
ToError() error
|
||||
// IsCode 是否为指定code
|
||||
IsCode(code any) bool
|
||||
// GetStack 获取调用堆栈
|
||||
GetStack() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user