StackTrace gets stack trace information
()
| 28 | |
| 29 | // StackTrace gets stack trace information |
| 30 | func (w *withStack) StackTrace() string { |
| 31 | return w.stack |
| 32 | } |
| 33 | |
| 34 | // Error error string representation |
| 35 | func (w *withStack) Error() string { |
nothing calls this directly
no outgoing calls
no test coverage detected