Callers satisfies the bugsnag ErrorWithCallerS() interface so that the stack can be read out.
()
| 172 | // Callers satisfies the bugsnag ErrorWithCallerS() interface |
| 173 | // so that the stack can be read out. |
| 174 | func (err *Error) Callers() []uintptr { |
| 175 | return err.stack |
| 176 | } |
| 177 | |
| 178 | // ErrorStack returns a string that contains both the |
| 179 | // error message and the callstack. |
no outgoing calls