()
| 163 | } |
| 164 | |
| 165 | public toString() { |
| 166 | return `${this.message} (from ${this.source})`; |
| 167 | } |
| 168 | }; |
| 169 | Object.setPrototypeOf(MIError as any, Object.create(Error.prototype)); |
| 170 | MIError.prototype.constructor = MIError; |
no outgoing calls
no test coverage detected