()
| 193 | } |
| 194 | |
| 195 | public toString() { |
| 196 | return `${this.message} (from ${this.source})`; |
| 197 | } |
| 198 | } as any; |
| 199 | Object.setPrototypeOf(MIError as any, Object.create(Error.prototype)); |
| 200 | MIError.prototype.constructor = MIError; |
no outgoing calls
no test coverage detected