UNPKG

@nodescript/core

Version:

Visual programming language for Browser and Node

8 lines 211 B
export class CompilerError extends Error { constructor() { super(...arguments); this.name = this.constructor.name; this.status = 500; } } //# sourceMappingURL=CompilerError.js.map