(err *Error)
| 261 | } |
| 262 | |
| 263 | func ExampleError_Stack(err *Error) { |
| 264 | fmt.Println(err.Stack()) |
| 265 | } |
| 266 | |
| 267 | func ExampleError_TypeName(err *Error) { |
| 268 | fmt.Println(err.TypeName(), err.Error()) |
nothing calls this directly
no test coverage detected
searching dependent graphs…