v0.0.532
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m53s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m53s
This commit is contained in:
parent
1a8e31e5ef
commit
e884ba6b89
@ -34,8 +34,8 @@ func FromError(err error) *ExErr {
|
||||
Caller: "",
|
||||
OriginalError: nil,
|
||||
Meta: MetaMap{
|
||||
"panic_object": {DataType: MDTString, Value: fmt.Sprintf("%+v", verr)},
|
||||
"panic_type": {DataType: MDTString, Value: fmt.Sprintf("%T", verr)},
|
||||
"panic_object": {DataType: MDTString, Value: fmt.Sprintf("%+v", verr.RecoveredObj())},
|
||||
"panic_type": {DataType: MDTString, Value: fmt.Sprintf("%T", verr.RecoveredObj())},
|
||||
"stack": {DataType: MDTString, Value: verr.Stack},
|
||||
},
|
||||
Extra: make(map[string]any),
|
||||
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.531"
|
||||
const GoextVersion = "0.0.532"
|
||||
|
||||
const GoextVersionTimestamp = "2024-10-13T16:10:55+0200"
|
||||
const GoextVersionTimestamp = "2024-10-13T16:33:39+0200"
|
||||
|
Loading…
Reference in New Issue
Block a user