| 608 | } |
| 609 | } |
| 610 | class NodeTypeError extends NodeErrorAbstraction { |
| 611 | constructor(code, message) { |
| 612 | super(TypeError.prototype.name, code, message); |
| 613 | Object.setPrototypeOf(this, TypeError.prototype); |
nothing calls this directly
no outgoing calls
no test coverage detected