(errorCode: string)
| 16 | } |
| 17 | |
| 18 | public setErrorCode(errorCode: string): void { |
| 19 | this.errorCode = errorCode; |
| 20 | } |
| 21 | |
| 22 | public setErrorStack(errorStack: E): void { |
| 23 | this.errorStack = errorStack; |
nothing calls this directly
no outgoing calls
no test coverage detected