Conversation
|
Hi, could someone take a look at this MR? The |
Can you give me a example code ? |
The MuxtX means the Must and Must{0->6}, here is an example I can't restore the original error. https://goplay.space/#k1qNcdql4Uz I like the MustE in this MR. |
|
Haha, this is right. I misunderstood your meaning. |
|
Can you give an example of how these helpers would be used? I don't see in what context it could be useful. But I might be wrong. |
You can see the "TestErrorWrapUnWrap" and "TestErrorGlobalErrHandler" func |
Support user custom error handle in Must() ( like attach the callstack information );
Support MustE("foo", customErr{A: 11, B: 22}) to recover customErr type.