()
| 55 | } |
| 56 | |
| 57 | func (ec *ErrorContext) DocsURL() string { |
| 58 | return ec.docsUrl |
| 59 | } |
| 60 | |
| 61 | // StackTrace returns the stack trace associated with the error. |
| 62 | func (ec *ErrorContext) StackTrace() []uintptr { |
nothing calls this directly
no outgoing calls
no test coverage detected